{config_load file="$language/lang_$language.conf" section="index"} {php} function Navi_Aktiv($Menu,$Seite) { $Aktivklasse = array('aktiv','active'); $Liste_Dateipfad = explode('/',$_SERVER[PHP_SELF]); $Aktuelle_Seite = array_reverse($Liste_Dateipfad); /* Erklärung der Filter-Funktion: 1) für Contentseiten 2) für Spezialseiten (erw. Suche z.B.) 3) für den Shop-Button */ if ( ((is_int($Seite)) && ($Seite == $_REQUEST["coID"])) OR ((is_string($Seite)) && ($_SERVER[PHP_SELF] != '/solarpower-leipzig/pumpenshop/index.php') && ($Seite == $Aktuelle_Seite[0])) OR (($Seite == '') && (strpos($_SERVER[PHP_SELF],'shop_content.php') === FALSE)) ) { echo ' class="'.$Aktivklasse[$Menu].'"'; } } /* alte Filterung für Shop-Aktivierung ($_SERVER[PHP_SELF] == '/solarpower-leipzig/pumpenshop/index.php') OR (strpos($_SERVER[PHP_SELF],'product_info.php/') !== FALSE) OR (strpos($_SERVER[PHP_SELF],'index.php/cat/') !== FALSE) */ {/php}
{php}if (str_replace('http://','',HTTP_SERVER).'/' != $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']) { {/php} {php} } {/php} {$main_content}