![]() |
Removing Page Names From Static Pages
Hello,
I am wanting to remove the page names from the static pages. I am not extremely savvy with php, or smarty but I am starting to grasp it more and more as I work with it. If someone could direct me to the template, what code needs to be removed or what it needs to be replaced with, I would greatly appreciate it. Thanks, Graham |
Re: Removing Page Names From Static Pages
That would be in /skin/common_files/customer/main/pages.tpl - h1 tag
|
Re: Removing Page Names From Static Pages
Thanks this is an awesome module!
|
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} |
All times are GMT -8. The time now is 11:14 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.