require_once ($_SERVER["DOCUMENT_ROOT"]."/weblication/lib/WAPI/WAPI.inc"); ?>
/**
* Feststellen welcher Navigationspunkt in der Hauptnavigation als
* aktiv markiert werden soll.
**/
$_top_active = array();
$_top_navigation = array (
'/de/profil/index.php',
'/de/programm/index.php',
'/de/projekte/index.php',
'/de/partner/index.php',
'/de/angebote/index.php',
'/de/kontakt/kontakt.php',
'/de/firma/impressum.php');
/**
* Holen des Dateinamen welche aufgerufen wurde
**/
if (empty($_cfg_php_self)) {
$self_var = $_SERVER["SCRIPT_NAME"];
} else {
$self_var = $_cfg_php_self;
}
for ($i = 0; $i < count($_top_navigation);$i++) {
if ($_top_navigation[$i] == $self_var) {
$_top_active[$i] = ' active';
} else {
$_top_active[$i] = '';
}
}
?>
Kontaktdaten
| |
- REICAS KG haussolar-concept
Maulbronner Strasse 26
D - 75447 Sternenfels
Tel.: 0 72 62 / 91 70 40
Fax: 0 72 62 / 91 70 70
Internet: www.reicas.de
E-mail: info@reicas.de
|
>> AKTUELLES
wShowList("/de/aktuelles/index.php"); ?>