Change title on one page only

Author Message

Glenn MacGregor

Wednesday 20 October 2004 9:03:35 am

Hi All,

Is it possable to change the html title tag on one page only. I want to change it on the front page only. I see where it is created in the page_head in the standard area. I don't really want to change that, so is there anyother way?

Thanks

Glenn

bisk

Wednesday 20 October 2004 10:07:52 am

Simply create a template override for page_head.tpl for the frontpage only. I've done the same.

in your override.ini of your siteaccess add something like this, where match node is the node id of the frontpage:
[front_page_head]
Source=page_head.tpl
MatchFile=front_page_head.tpl
Subdir=templates
Match[node]=2

Copy the page_head.tpl from the standard templates to your site design /override/templates/ and rename it to the matchfile, in this case front_page_head.tpl. Edit the template to your likings, save, clear the cache and you're all set.

-------------------------------
http://www.kookfijn.nl & http://www.magento.be

Glenn MacGregor

Wednesday 20 October 2004 11:32:15 am

Great! Thanks, works like a charm.

Glenn

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 06:20:12
Script start
Timing: Jan 31 2025 06:20:12
Module start 'layout'
Timing: Jan 31 2025 06:20:12
Module start 'content'
Timing: Jan 31 2025 06:20:12
Module end 'content'
Timing: Jan 31 2025 06:20:12
Script end

Main resources:

Total runtime0.0123 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0049 588.1328151.2109
Module start 'layout' 0.00490.0022 739.343836.6484
Module start 'content' 0.00710.0038 775.992290.0313
Module end 'content' 0.01100.0013 866.023429.9922
Script end 0.0123  896.0156 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002318.7553140.0002
Check MTime0.00118.9668140.0001
Mysql Total
Database connection0.00076.001110.0007
Mysqli_queries0.002016.435330.0007
Looping result0.00000.096710.0000
Template Total0.00118.610.0011
Template load0.00086.869210.0008
Template processing0.00021.718710.0002
Override
Cache load0.00065.028610.0006
General
dbfile0.00054.249580.0001
String conversion0.00000.075440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs