merlinpa1969 Posted November 2, 2009 Share Posted November 2, 2009 Hello, we are attempting to control what pages the sidebox displays on, we are I guess looking for the variables to put inthe footer to use in an if else statement 0 Quote Link to comment Share on other sites More sharing options...
Mortfiles Posted November 2, 2009 Share Posted November 2, 2009 You can use the pagenames to control is shown where: {if $pagetitle == 'pagename'} do things here {elseif $pagetitle == 'pagename2'} do something else here .... {/if} 0 Quote Link to comment Share on other sites More sharing options...
barco57 Posted November 2, 2009 Share Posted November 2, 2009 Outstanding! thats exactly what we were looking for. Thanks 0 Quote Link to comment Share on other sites More sharing options...
webhost 4 less Posted November 4, 2009 Share Posted November 4, 2009 You can use the pagenames to control is shown where: {if $pagetitle == 'pagename'} do things here {elseif $pagetitle == 'pagename2'} do something else here .... {/if} I am trying to get my client area page not to show the right hand menu/nav bar so I take it this will do that? and if so where would I put this on the page? 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.