View Single Post
  #2 (permalink)  
Old 07-03-2007, 07:35 PM
revolver revolver is offline
Constant Pligger
 
Join Date: Oct 2006
Posts: 227
Thanks: 56
Thanked 22 Times in 18 Posts
the layout of a story is set in link_summary.tpl

if you want to display something a certain way on a specific page you can use:

{if $pagename eq "upcoming"}
<!-- Whatever html you want to have on the upcoming page -->
{/if}
Reply With Quote