View Single Post
  #4  
Old 12-21-2012, 07:24 AM
 
dtgmap dtgmap is offline
 

Member
  
Join Date: Mar 2012
Posts: 26
 

Default Re: Removing Page Names From Static Pages

Also, if you want to make it conditional, you can use the following code (where 'More Info' is the title of your page):

{if $page_data.title ne 'More Info'}
<h1>{$page_data.title|amp}</h1>
{/if}
__________________
X-Cart v4.4.5
********* Power Filter
BCSE Refer-A-Friend
BCSE Auth.Net DPM/CIM
Reply With Quote