<? $this->include_template('head-inc.html.tpl') ?>
- <title><?=SITE_TITLE?><?=$this->title();?></title>
+ <title><?=SITE_TITLE?>, <?=$page_title?></title>
</head>
<body>
-title : <?=SITE_TITLE?><?=$this->title()."\n"; ?>
+title : <?=SITE_TITLE?>, <?=$page_title . "\n"; ?>
author : gabriel dunne
email : gdunne at quilime dot com
copyright : 1997 - <?=date('Y');?>
<? $this->include_template('head-inc.html.tpl') ?>
- <title><?=SITE_TITLE?><?=$this->title();?></title>
+ <title><?=SITE_TITLE?>, <?=$data['title']?></title>
</head>
<body>
<? $this->include_template('head-inc.html.tpl') ?>
- <title><?=SITE_TITLE?><?=$this->title(); ?></title>
+ <title><?=SITE_TITLE?>, <?=$data['title'];?></title>
</head>
<body>