Zen Cart Logo
Forums / General Questions / Contact Us page Title missing

Contact Us page Title missing

Locked

Views: 2,049

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Jan 2007, 1:30 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Contact Us page Title missing

I see the Contact Us title ... did you fix this? :smile:

23 Jan 2007, 3:11 AM
#3
mlbracewell avatar

mlbracewell

New Zenner

Join Date:
Jan 2006
Posts:
27
Plugin Contributions:
0

Re: Contact Us page Title missing

That's not the Page Title. That is simply something I put in on the Define Pages.

31 May 2007, 3:42 PM
#4
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Re: Contact Us page Title missing

This has probably already been posted somewhere else on the forum, but here goes...

To get the 'Contact Us' page title to display simply add the following code to tpl_contact_us_default.php. This file can be found in includes/templates/template_default/templates. It's wise to use the overrides system and not edit the template_default file directly.

<h1 id="contactUsHeading"><?php echo HEADING_TITLE; ?></h1>

I added this code to line 16, just below...

<div class="centerColumn" id="contactUsDefault">