MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
Different sitetitle in "home"
AuthorText
rschley
Junior Member
Avatar

Posts: 24
Contributes: 0

Gender: _MALE_
Online: No
Date: 03/05/2008 16:30
Different sitetitle in "home"
#post6902
You can have a different sitetitle on the frontpage (home) if you do this:
Find line 159 in "inc/inc_header.php"
code
$sitetitle .= $siteConfig['site_name'];

and replace it with this:
code
if (($_SERVER['REQUEST_URI']) == '/' ) { $sitetitle = "your special sitetitle";} else {$sitetitle .= $siteConfig['site_name'];}

If you have installed MemHT in a subdirectory change this:
code
== '/'

to this
code
== '/subdirectory/'

memHT is great!!
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1091
Contributes: 290

Gender: _MALE_
Online: No

Version: 3.8.1
Country: Portugal
Languages: Portuguese, Portuguese and little english ^^
Date: 03/05/2008 16:43
Re: Different sitetitle in "home"
#post6904
Congratulations for the initiative
Image
Delete Edit Quote
 
Reply
Tags Cloud
Advertising
News Archive
Language
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.103.63.59

Username
Password
New files
MemHT Wiki
Friends
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo