Als Basis denke ich könnte man das "Wo bin ich Modul" nutzen und einfach abändern...
Kann mir geholfen werden?
Code: Alles auswählen
<?php
/***********************************************
* CONTENIDO MODUL - OUTPUT
*
* Location String
*
* Fügt einen "Location String" ein, dass ist der
* aktuelle Navigations-Pfad.
* (Z.B. "Hauptnavigation > Intern > Kontakt")
*
* Author : Carsten Hallwachs
* Copyright :
* Created : 01-07-2003
* Modified : 01-07-2003
************************************************/
include_once($cfg["path"]["contenido"].$cfg["path"]["includes"]."functions.con.php");
$rval = conCreateLocationString($idcat, " > ", $navpath);
echo substr ( $navpath, strpos ( $navpath, ">" )+2 );
?>