WebDesign: Header file, but with custom Page titles?

Posted by wretrOvian on Stack Overflow See other posts from Stack Overflow or by wretrOvian
Published on 2010-04-28T18:53:46Z Indexed on 2010/04/28 18:57 UTC
Read the original article Hit count: 414

Filed under:
|
|
|

I've been using headers to create templates for websites. It's easy, and very convenient for debugging.

I now face the problem of using head BUT with custom page titles. If this is my header.php >

<html>
    <head>
        <title> My Site : ??? </html>
    </head>
<body>


</body>
</html>

I need ??? to be replaced for every page.

Is this possible? If so, how? Thank you. : )

© Stack Overflow or respective owner

Related posts about html

Related posts about php