Page {title}
Posted: Thu Jul 05, 2012 5:42 pm
Hello my first time posting here!!!
I am using CMS 1.10.3 "Hyacinthe"
My main template has three columns the left has News (the default news module that came installed). The middle column has content and the template looks like this...
<h1>{title}</h1>
{content}
My issue is when I click a News heading from my left column and go to the news detail page the news detail template seems to replace or take over where {content} is from the main template but <h1>{title}</h1> maintains the page title that I was on when I navigated to the news detail page.
So if I was on a page titled "About Us" and click a News item the page showing my news still says "About Us" and then the news detail template takes over where I have the actual title of the news item, date and content.
How can I get my News title on the News detail template to override or replace the previous page {title} from my main template?
I am using CMS 1.10.3 "Hyacinthe"
My main template has three columns the left has News (the default news module that came installed). The middle column has content and the template looks like this...
<h1>{title}</h1>
{content}
My issue is when I click a News heading from my left column and go to the news detail page the news detail template seems to replace or take over where {content} is from the main template but <h1>{title}</h1> maintains the page title that I was on when I navigated to the news detail page.
So if I was on a page titled "About Us" and click a News item the page showing my news still says "About Us" and then the news detail template takes over where I have the actual title of the news item, date and content.
How can I get my News title on the News detail template to override or replace the previous page {title} from my main template?