View Single Post
  #15  
Old 07-10-2004, 11:16 PM
 
andreas04031 andreas04031 is offline
 

Advanced Member
  
Join Date: Jun 2004
Location: Dallas, TX
Posts: 64
 

Default

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
__________________
X-Cart version 3.5.9 (online)
X-Cart Version 4.0.19 (online)
X-Cart Version 4.1.3 (in dev)
PHP 4.4.4
MySQL 4.1.21
Reply With Quote