[pLog-svn] r4936 - plog/branches/lifetype-1.2/templates/summary

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Mar 2 15:21:34 EST 2007


Author: jondaley
Date: 2007-03-02 15:21:34 -0500 (Fri, 02 Mar 2007)
New Revision: 4936

Modified:
   plog/branches/lifetype-1.2/templates/summary/header.template
   plog/branches/lifetype-1.2/templates/summary/post.template
Log:
various typos

Modified: plog/branches/lifetype-1.2/templates/summary/header.template
===================================================================
--- plog/branches/lifetype-1.2/templates/summary/header.template	2007-03-02 20:11:38 UTC (rev 4935)
+++ plog/branches/lifetype-1.2/templates/summary/header.template	2007-03-02 20:21:34 UTC (rev 4936)
@@ -3,10 +3,9 @@
 <head>
     <title>{$serviceName}</title>
     <meta http-equiv="content-type" content="text/html; charset={$locale->getCharset()}" />
-    <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
     <style type="text/css" media="screen">@import "styles/summary.css";</style>
     <meta name="description" content="{$serviceName}" />
- 	<link rel="shortcut icon" type="image/x-icon" href="/imgs/favicon.ico" />
+ 	<link rel="shortcut icon" type="image/x-icon" href="{$url->getUrl("/imgs/favicon.ico")}" />
     <script type="text/javascript">
     var blogLocale = '{$locale->getCharset()|upper}';
   	// base url where we can find the admin.php script

Modified: plog/branches/lifetype-1.2/templates/summary/post.template
===================================================================
--- plog/branches/lifetype-1.2/templates/summary/post.template	2007-03-02 20:11:38 UTC (rev 4935)
+++ plog/branches/lifetype-1.2/templates/summary/post.template	2007-03-02 20:21:34 UTC (rev 4936)
@@ -25,7 +25,7 @@
     </p>
     
     <div class="postinfo">
-        <img src="imgs/post.png" width="10" height="11" alt="Autor" />
+        <img src="imgs/post.png" width="10" height="11" alt="Author" />
          <strong>{$postOwner->getUsername()}</strong>, {$locale->formatDate($postDate,"%e %B %Y")} |
         <img src="imgs/comment.png" width="11" height="10" alt="{$locale->tr("comments")}" />
         <a href="{$request->postPermalink($post)}#comments">{if $post->getTotalComments() eq 0}{$locale->tr("comment on this")}{else}{$post->getTotalComments()} {$locale->tr("comments")|capitalize}{/if}</a>



More information about the pLog-svn mailing list