Hi Flowtech,
Die Kategorie-Links werden an anderer Stelle aufgerufen:
Suche folgenden Code (ca. Zeile 160 ff ponygallery.php):
Das "echo ShowCategoryPathLink($catid)" ist für die Ausgabe der Links zuständig. Vielleicht hilft Dir diese Information ja.PHP-Code:<?php
if ($catid <> '') {
//echo " :: " . ShowCategoryPathLink( $catid );
echo ShowCategoryPathLink($catid);
} else if ($id) {
$database->setQuery("SELECT a.*, cc.name AS category
FROM #__ponygallery AS a, #__ponygallery_catg AS cc
WHERE a.catid = cc.cid AND a.id = $id AND cc.access <= '$gid'");
$rows = $database->loadObjectList();
$row = &$rows[0];
Gruß
mab


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen