[pLog-svn] r6029 - templates/branches/lifetype-1.2/subtle
reto at devel.lifetype.net
reto at devel.lifetype.net
Sat Nov 10 09:25:45 EST 2007
Author: reto
Date: 2007-11-10 09:25:45 -0500 (Sat, 10 Nov 2007)
New Revision: 6029
Modified:
templates/branches/lifetype-1.2/subtle/postandcomments.template
Log:
SEO fixes on post <title/>
Modified: templates/branches/lifetype-1.2/subtle/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/subtle/postandcomments.template 2007-11-08 18:23:08 UTC (rev 6028)
+++ templates/branches/lifetype-1.2/subtle/postandcomments.template 2007-11-10 14:25:45 UTC (rev 6029)
@@ -1,5 +1,5 @@
{assign var="postPageTitle" value=$post->getTopic()}
- {assign var="postPageTitle" value=" | $postPageTitle"}
+ {assign var="blogTitle" value=$blog->getBlog()}
{assign var="categories" value=$post->getCategories()}
{assign var="postDate" value=$post->getDateObject()}
@@ -7,7 +7,7 @@
{assign var="archiveLink" value=$locale->formatDate($postDate,"%Y%m")}
- {include file="$blogtemplate/header.template"}
+ {include file="$blogtemplate/header.template" pageTitle="$postPageTitle | $blogTitle"}
{assign var="poster" value=$post->getUserInfo()}
<!-- {$url->postTrackbackLink($post)} -->
More information about the pLog-svn
mailing list