src![]() 2006-10-31 00:57 | I've hunted around and haven't found anything quite like I'm trying to do. |
src![]() 2006-10-31 00:59 | Here's what I'm trying to emulate: |
treewood (OpenSolution)2006-10-31 07:50 | src - edit index.php and add if to show another page with that list. in that "if" add
$content .= listCategories( 'categories_list.tpl', 1, null, Array( null ) );
if You want show categories list from top menu then change 1 to 2. You need to create file templates/categories_list.tpl with the same code from templates/categories_menu.tpl . and now You need to design all |
src![]() 2006-11-01 05:32 | Thanks for the direction treewood. |
treewood (OpenSolution)2006-11-01 08:36 | src - add elseif below this if( is_file( $sActionFile ) ) |