]> git.quilime.com - plog.git/commitdiff
templates have titles
authorGabriel Dunne <gdunne@quilime.com>
Sat, 10 Jul 2010 01:12:59 +0000 (18:12 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 10 Jul 2010 01:12:59 +0000 (18:12 -0700)
templates/default.html.tpl
templates/default.txt.tpl
templates/page.html.tpl
templates/single.html.tpl

index f41a3dea72f12097f8604523fa444d68cb4318b4..f5f95724c21fd4547385adedc081effa1fb34cc7 100644 (file)
@@ -3,7 +3,7 @@
     
     <? $this->include_template('head-inc.html.tpl') ?>
     
-    <title><?=SITE_TITLE?><?=$this->title();?></title>
+    <title><?=SITE_TITLE?>, <?=$page_title?></title>
     
 </head>
 <body>
index bfef63c15af8f89bba69d184f73d37b21c2afe5f..eac9fb233a36720a1a9e144ddd933f5c2018f950 100644 (file)
@@ -1,4 +1,4 @@
-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');?>
index 346fdef11d3a27daab24b133db1e966c416bb1c1..295ad02302bae5e7ad086fb2eb42900460fde509 100644 (file)
@@ -3,7 +3,7 @@
     
     <? $this->include_template('head-inc.html.tpl') ?>
     
-    <title><?=SITE_TITLE?><?=$this->title();?></title>
+    <title><?=SITE_TITLE?>, <?=$data['title']?></title>
     
 </head>
 <body>
index ccb8623b9a115685f90500066ad3c18867f6bbcc..e169285f49edcd4c73bb434c801687931adffdcc 100644 (file)
@@ -3,7 +3,7 @@
     
     <? $this->include_template('head-inc.html.tpl') ?>
     
-    <title><?=SITE_TITLE?><?=$this->title(); ?></title>
+    <title><?=SITE_TITLE?>, <?=$data['title'];?></title>
     
 </head>
 <body>