4537-50
ième
avenue
St-Paul, Alberta
T0A 3A0
Tel: 1.866.645.6604
Fax: 1.780.645.4138
info@eduk.ca
//get section requested, if empty, default to contacts $section = !empty($_GET) ? $_GET['P'] : "nouveautes"; $contentFile = "inc/$section.inc"; include "inc/menu.inc"; //--------------------------------------------------- //create global navigation $count = 0; foreach ($nav as $key => $value) { $menuTitle = $key; foreach ($value as $key2 => $value2) { $displayTitle = $value['page_title']; $noBorder = $count == 0 ? " style=\"border:0px;\"" : ""; $hasMenu = $key2 == "menu" && (!empty($value2) && is_array($value2)) ? " onmouseover=\"menu.show('menu_$key', this, 0, 25);\" onmouseout=\"menu.hide('menu_$key');\" " : ""; } print "
$displayTitle
\n"; $count ++; } //-------------------------------------------------- print "
"; print "
".$nav[$section]['page_title']."
"; if (isset($nav[$section]['menu']) && is_array($nav[$section]['menu']) ) { foreach ($nav[$section]['menu'] as $text => $href) { $current = "/index.php".$href == $_SERVER['REQUEST_URI'] ? " class=\"current\"" : ""; print "
$text
\n"; } } print "
"; include $contentFile; print "
"; ?>
foreach ($nav as $key => $value) { $menuTitle = $key; foreach ($value as $key2 => $value2) { if ($key2 == "menu" && (!empty($value2) && is_array($value2)) ) { print "
\n"; foreach ($value2 as $text => $href) print "
$text
\n"; print "
\n\n"; } } } ?>