We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Latest News Articles
array()); foreach ($informations as $information){ $tmp_pos = strpos($information['title'], ':'); $tmp_begin = substr($information['title'], 0, $tmp_pos); $found = FALSE; foreach (array_keys($list) as $key ){ if (strtolower($tmp_begin) == strtolower($key)){ $tmp_array = array('href' => '', 'title' => '', 'description' => ''); $tmp_array['href'] = $information['href']; $tmp_array['title'] = substr($information['title'], $tmp_pos + 2); $tmp_array['description'] = $information['description']; $list[$key][] = $tmp_array; $found = TRUE; } } } foreach($list as $parent => $child){ foreach(array_reverse($child, true) as $item){ echo '
'; echo '