[pLog-svn] r1154 - plog/trunk/templates/standard-with-plugins

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Feb 21 08:45:00 GMT 2005


Author: mark
Date: 2005-02-21 08:44:59 +0000 (Mon, 21 Feb 2005)
New Revision: 1154

Modified:
   plog/trunk/templates/standard-with-plugins/main.template
   plog/trunk/templates/standard-with-plugins/readme.txt
Log:
Update standard-with-plugins with blogtimes plugin.

Mark

Modified: plog/trunk/templates/standard-with-plugins/main.template
===================================================================
--- plog/trunk/templates/standard-with-plugins/main.template	2005-02-21 08:43:34 UTC (rev 1153)
+++ plog/trunk/templates/standard-with-plugins/main.template	2005-02-21 08:44:59 UTC (rev 1154)
@@ -23,5 +23,11 @@
    {include file="$blogtemplate/post.template"}
 {/if}
 {/foreach}
+
+{if !empty($blogtimes)}
+ {if $blogtimes->isEnabled()}
+  {$blogtimes->show()}
+ {/if}
+{/if}
 		
-		{include file="$blogtemplate/footer.template"} 
\ No newline at end of file
+{include file="$blogtemplate/footer.template"} 
\ No newline at end of file

Modified: plog/trunk/templates/standard-with-plugins/readme.txt
===================================================================
--- plog/trunk/templates/standard-with-plugins/readme.txt	2005-02-21 08:43:34 UTC (rev 1153)
+++ plog/trunk/templates/standard-with-plugins/readme.txt	2005-02-21 08:44:59 UTC (rev 1154)
@@ -20,6 +20,7 @@
 11. Flickr
 12. Del.icio.us
 13. Karma
+14. Blog Times
 
 Notice:
 All plugin sections rounded with two {if} statements




More information about the pLog-svn mailing list