Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / All Pages have the same heading?

All Pages have the same heading?

Views: 1,132

Results 1 to 3 of 3
25 Aug 2011, 8:25 PM
#1
bridge32 avatar

bridge32

Zen Follower

Join Date:
Jun 2011
Posts:
145
Plugin Contributions:
0

All Pages have the same heading?

Hi all,
i have just noticed that some of my pages have the same page description.
For example the following pages are effected:

Home - Shows "Reviews: Cake Decorating etc" on the tab bar.
Shop - As above plus it shows Home:Reviews in nav bar.
New Products - As above
Recipes - As above
Gallery - As above
Specials - As above plus it shows "Reviews" in page name.
Contact us - Shows reviews etc in tab bar and also Home:Reviews:Reviews in nav bar.
This happens to all my footer pages also.
Seems something has either been replaced or left out and defaults to "Reviews" on all pages.
The link is here as it might be easier to see to understand:
http://www.cakekraft.co.uk/contact_us.html
Any ideas guys?
Thanks
Nic

25 Aug 2011, 10:04 PM
#2
bridge32 avatar

bridge32

Zen Follower

Join Date:
Jun 2011
Posts:
145
Plugin Contributions:
0

Re: All Pages have the same heading?

Just to add, it seems it is on all of my pages accept the categories.
Nic

27 Aug 2011, 7:54 AM
#3
usernamenone avatar

usernamenone

Totally Zenned

Join Date:
Sep 2006
Posts:
541
Plugin Contributions:
0

Re: All Pages have the same heading?

includes/templates/yourtemplate/common/html_header.php
nake sure these have not been changed

<title><?php echo META_TAG_TITLE; ?></title> <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" /> <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />

if you don't have a html_header in your common folder then check the template default