Override {title} & mMenuText with {$page_title}
Posted: Thu Oct 07, 2010 10:55 pm
Hi,
I've followed this post about setting news page's H1 tags, which works a treat.
However, my news, blog, events, company directory pages all use detailpages, which means the breadcrumb displays the page alias, and the {title} tag displays the page alias also.
What I'd like to do is something like this:
I think the breadcrumb uses mMenuText from the content object, but I'm not sure.
Any help would be great.
Regards,
Rich
I've followed this post about setting news page's H1 tags, which works a treat.
However, my news, blog, events, company directory pages all use detailpages, which means the breadcrumb displays the page alias, and the {title} tag displays the page alias also.
What I'd like to do is something like this:
Code: Select all
{if isset($page_title)}
{title = $page_title}
{/if}
Any help would be great.
Regards,
Rich