View Single Post
  #1  
Old 03-23-2007, 06:51 AM
  More-Japan's Avatar 
More-Japan More-Japan is offline
 

Senior Member
  
Join Date: Jan 2005
Posts: 107
 

Question Catagories not showing up

hello all. small problem..on one of my pages, a section of the catagories is not showing up. just randomly started happening. heres the link to the page;
http://www.more-japan.com/home_m_junction.php

if u look to the left where the menu is, you will notice under 'Vehicle Line Up'..theres nothing. here is the coding i pulled to take a look at it..i cant seem to find anything wrong with it. please take a look for yourself and see if you find anything.
(the catagory numbers that it links to is all correct)

{* THIS IS FOR FIRST CATEGORY *}
<img src="{$ImagesDir}/tpl_cathead_junction1.gif"><br>
{if $active_modules.Fancy_Categories ne ""}
{include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"}
{else}
{if $config.General.root_categories eq "Y"}
{section name=cat_num loop=$categories}
{if $categories[cat_num].order_by > 600}
{if $categories[cat_num].order_by < 620}
{if $categories[cat_num].avail ne "H"}
<FONT class="CategoriesList"><img src="{$ImagesDir}/tpl_categories_reddot.gif">&nbsp;<A href="home_m_junction.php?cat={$categories[cat_num].categoryid}" class="VertMenuItems">{$categories[cat_num].category}</A></FONT><BR>{/if}
&nbsp;&nbsp;<img src="{$ImagesDir}/tpl_categories_seperator.gif"><br>
{/if}
{/if}
{/section}
{else}
{section name=cat_num loop=$subcategories}
{if $subcategories[cat_num].avail ne "H"}
<FONT class="CategoriesList"><A href="home_m_junction.php?cat={$subcategories[cat_num].categoryid}" class="VertMenuItems">{$subcategories[cat_num].category}</A></FONT><BR>
{/if}
{/section}
{/if}
{/if}
__________________
Version 5.2.13

http://www.more-japan.com/
Reply With Quote