4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: matlex on April 04, 2003, 05:04:15 PM

Title: Cat on Every page, After review...
Post by: matlex on April 04, 2003, 05:04:15 PM
By reading post
http://4homepages.de/forum/viewtopic.php?t=4582

using:
$categories = get_categories(0);
if (!$categories)  {
  $categories = $lang['no_categories'];
}
$site_template->register_vars("categories", $categories);
unset($categories);

I have tried and its working great on all pages apart of categories.php
When I put it everything get mixedup... like
{cat_name} will show same name for every category
{cat_description} same as above
Subcategory doesn't show at all instead show up again main categories

Is it any solution can be found?
Please help

Thank you
Matlex