X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Removing Page Names From Static Pages (https://forum.x-cart.com/showthread.php?t=58861)

ghraham@gmail.com 04-11-2011 07:23 PM

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

cflsystems 04-12-2011 03:14 AM

Re: Removing Page Names From Static Pages
 
That would be in /skin/common_files/customer/main/pages.tpl - h1 tag

ghraham@gmail.com 04-13-2011 11:43 AM

Re: Removing Page Names From Static Pages
 
Thanks this is an awesome module!

dtgmap 12-21-2012 07:24 AM

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.