Related question
Hi,
a related question to this so i figured i would post in reply to this.
i am working on a CMS basically, custom mini CMS for some of our websites. Now the titles of the page ofcourse would be changing dynamically depending on the page which loads. We have the url rewriting in place to rewrite the url and also changing the titles.
Now the question is the way we are doing it is that we have set a global title which is in the database and the master page gets that and sets it as the title of the master page and the individual page when it loads after the master page has loaded it gets the title if there is any in the database and sets that as the title of the page, if title does not exists it does not place the title so ideally the master page title would stay.
Is this the best approach? Or can we do something better?
|