muchos Posted June 17, 2008 Share Posted June 17, 2008 Is there any way I can recall the name in a .tpl? It is for use with a header image. E.g. - Page - cart.php Name - Cart Thus header image will be Cart.gif I tried <img src="{$breadcrumbnav}.gif"... But that fails to work on most pages as it has a trail not just the page name Cheers, Mutasim 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted June 17, 2008 Share Posted June 17, 2008 {if $pagetitle == 'Cart'} <img src="{$breadcrumbnav}.gif"... {/if} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.