Learning PHP and MySQL
Example 16-2 The header.tpl file
<html>
<head>
<title>{$blog_title}</title>
</head>
<body>
<h1>Welcome to the {$blog_title}</h1>
Posted by on 09/27 at 11:31 AM
<html>
<head>
<title>{$blog_title}</title>
</head>
<body>
<h1>Welcome to the {$blog_title}</h1>