- Code: Alles auswählen
<?php
$PATH = explode("|",$this->getValue("path").$this->getValue('article_id').'|');
$rootarttid = $PATH[1];
print $rootarttid;
?>
Bitte um Hilfe, danke!
Manuel
<?php
$PATH = explode("|",$this->getValue("path").$this->getValue('article_id').'|');
$rootarttid = $PATH[1];
print $rootarttid;
?>$cat = OOCategory::getCategoryById($this->getValue('category_id'));
$tree = $cat->getParentTree();
print $tree[0]->getName();
Zurück zu Templates/Navigationen [R3]
Mitglieder in diesem Forum: Google [Bot] und 1 Gast