Basic files:used to display categories listing (caegories which have subcategories)
/includes/YOUR_TEMPLATE/templates/tpl_index_categories.php
Here is displayed categ image and description if exist and are enabled to be displayed.
On #35you have:
require($template->get_template_dir(‘tpl_modules_category_row.php’,DIR_WS_TEMPLATE, $current_page_base,’templates’). ‘/tpl_modules_category_row.php’);
/includes/YOUR_TEMPLATE/templates/tpl_modules_category_row.php
From now on is simple, there will be loaded two more files or whatever you wish:
require(DIR_WS_MODULES . zen_get_module_directory(‘category_row.php’));
require($template->get_template_dir(‘tpl_tabular_categ_display.php’,DIR_WS_TEMPLATE, $current_page_base,’common’). ‘/tpl_tabular_categ_display.php’);




(20 votes, average: 4.75 out of 5, rated)