Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to customize page title?

How to customize page title?

Views: 557

Results 1 to 2 of 2
14 Aug 2011, 5:53 PM
#1
a1ex07 avatar

a1ex07

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

How to customize page title?

Hi guys,
I want to append a string to a category title, but I cannot find what I should change.
Let's say I have a category "cars", and I want the page look

 <title>cars - extra text</title>

The text is dynamic, so changing category name is not an option.

Thanks for you help.

14 Aug 2011, 6:56 PM
#2
a1ex07 avatar

a1ex07

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Re: How to customize page title?

I ended up with modifying "html_header.php", not sure if it's the right way to do, but it seems to work for my needs. I think another alternative is to change "meta_tags.php"