The problem with Mambo Page Title for Home
If you have troubled with Mambo CMS Dynamic Title, I have some simple answer.
The problem :
Your main home page default title start with “Home -“.
This problem happened after you set some option in global Configuration.
1. You activated SEO Friendly Pages.
2. You activated Dynamic Link Title.
Solution:
Open /includes/mambo.php
Find this code in function getHead()
$this->_head[’title’]
And change it to this :
str_replace(”Home - “, “”, $this->_head[’title’])
November 17th, 2005 @ 03:27 PM • Filed under Problem and Solving
No Comments
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
You must be logged in to post a comment.



