PHPld smarty template help

Discussion in 'PHP' started by krishmk, Dec 21, 2010.

  1. #1
    I am trying to show ads in all pages except HOME page.

    I added the following code in main.tpl page

    {if $category.ID != 0}
    {include file="468ad.html"}
    {/if}
    PHP:
    This is showing up ads only in top level categories page. When I go to sub-level categories the ads do not show up.
    Would appreciate if anyone could help on this.

    All I need is to show ads on all pages except Home page.
     
    krishmk, Dec 21, 2010 IP
  2. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #2
    The sub-level categories may have a different template...
     
    tvoodoo, Dec 21, 2010 IP
  3. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #3
    I'm not sure what version you are running (answer would vary) but we will be happy to help you on the phpLD forums.
     
    dvduval, Dec 23, 2010 IP