Produkte
// VERSION 1.0 - ALLE SPRACHEN GLEICH
?>
$cat = OOCategory::getCategoryById($this->getValue(category_id));
$cats = $cat->getChildren();
print '
- ';
if (is_array($cats)) {
foreach ($cats as $cat) {
if ($cat->isOnline()) {
$catId = $cat->getId();
$catName = $cat->getName();
print '
- '.$catName.' '; } } } print '
echo 'Zurück nach oben'; ?>