18:13:34

Web Design Studio Ltd
Whiteside Buildings
Office 2
Back St. Annes Rd West
Lytham St. Annes
Lancashire
FY8 1RD

Tel: 01253 721000

The Joomla Community

                 A place for all Joomla People to hang out.

 

 

 

 

 

 

 

 

To replace the "Home" title tag in joomla (1 viewing) (1) Guest
To replace the "Home" title tag in joomla
by Joomla Pro 1 Year, 5 Months ago
simply comment out the lines in the includes/joomla.php file on line 503 -509

and replace with:

Code:


function setPageTitle( $title=null ) {
if (@$GLOBALS['mosConfig_pagetitles']) {
$title = trim( htmlspecialchars( $title ) );
if ($title == "Home") {
$title = "your new title";
}
$this->_head['title'] = $title ? $GLOBALS['mosConfig_sitename'] . " - ". $title : $GLOBALS['mosConfig_sitename'];
}
}



Take note of this line:
Code:

$title = "your new title";


this is where you will add your new title
Last Edit: 2008/10/21 16:57 By Joomla Pro.
The administrator has disabled public write access. | Report to moderator   Logged Logged  
       
Joomla Web Designers | Joomla Developers | Joomla Training