my categories.tpl has just 29 lines, do you mean categories.php?
can you see something in the code below?
this is line 75 - 90 from my categories.php
Code:
$all_categories = $categories_data;
#
#
#
if (!empty($active_modules["Fancy_Categories"]))
@include $xcart_dir."/modules/Fancy_Categories/fancy_categories.php";
#
# Put all root categories to $categories array
# Put all subcategories of current_category to $categories array
#
if (!empty($current_category))
$cur_dir_len = strlen($current_category["category"]);
foreach($all_categories as $all_category) {
thanks for your time, andreas