Can I hide "Home" in <title> ?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
oliver341
Forum Members
Forum Members
Posts: 89
Joined: Sat Feb 23, 2008 3:51 pm

Can I hide "Home" in <title> ?

Post by oliver341 »

I'd like to stop the "Home" from appearing in for the home page, but keep the page title in the for all other pages. e.g.:

Home page
--------------
My Great Company

Contact Us
--------------
My Great Company - Contact Us

Is this possible, using some kind of "if" statement?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Can I hide "Home" in <title> ?

Post by calguy1000 »

{if $page_alias == 'home'}
{sitename}
{else}
{sitename} - {title}
{/if}
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
oliver341
Forum Members
Forum Members
Posts: 89
Joined: Sat Feb 23, 2008 3:51 pm

Re: Can I hide "Home" in <title> ?

Post by oliver341 »

Thank you for the swift reply, works perfectly :)
Post Reply

Return to “CMSMS Core”