This topic is locked

Simple feature request

8/23/2007 1:42:29 AM
PHPRunner General questions
F
fsteves author

I was just wondering if there was some way to get a small feature to allow us to Title the project, and then have it append the page name to it, if we wish to check the box to use a title?
i.e.

Each page has a different name, but if you check a box that asks "Do you wish to title this application?", and then you type something like 'Dog Trainer' into an input box, and when you open the pages, the <title> tags are <title>Dog Trainer - reg_dog_list</title>
I am not sure if this is the right place to ask for this, but it would make things a lot nicer

A
alang 8/23/2007

One way to do this is to add your own header.php file with logo and/or project title.

F
fsteves author 8/24/2007

Yes, but the second set of <title> tags on the template pages overrides the ones in header.php.