Author Topic: Cat on Every page, After review...  (Read 2821 times)

0 Members and 1 Guest are viewing this topic.

Offline matlex

  • Pre-Newbie
  • Posts: 5
    • View Profile
Cat on Every page, After review...
« 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