Woher bekomme ich die aktuelle idcat?
Verfasst: Mi 31. Mär 2004, 10:26
Hallo,
wenn ich mir die Standardmodule anschaue, schaetze ich, dass ich mit
$aktCat = "CMS_VALUE[0]";
die aktuelle Kategorie bekomme.
Ein kleines Testmodul:
<?php
$aktCat = "CMS_VALUE[0]";
echo "$aktCat";
?>
gibt jedoch nichts aus.
Was muss ich tun, um die aktuelle id zu bekommen?
wenn ich mir die Standardmodule anschaue, schaetze ich, dass ich mit
$aktCat = "CMS_VALUE[0]";
die aktuelle Kategorie bekomme.
Ein kleines Testmodul:
<?php
$aktCat = "CMS_VALUE[0]";
echo "$aktCat";
?>
gibt jedoch nichts aus.
Was muss ich tun, um die aktuelle id zu bekommen?