thebluebus Posted October 15, 2009 Share Posted October 15, 2009 I want to change the center column width on the index page and on the category page. This works for just one or the other {if ($page_name=='index')} {else} {/if} Link to comment Share on other sites More sharing options...
rocky Posted October 16, 2009 Share Posted October 16, 2009 Looks like a simple coding mistake. You need to write: {if $page_name == 'index' OR $page_name == 'category'} Link to comment Share on other sites More sharing options...
thebluebus Posted October 16, 2009 Author Share Posted October 16, 2009 Looks like a simple coding mistake. You need to write:{if $page_name == 'index' OR $page_name == 'category'} thanks rocky! Link to comment Share on other sites More sharing options...
Recommended Posts