Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20753/templates/default
Modified Files:
Tag: branch-smarty
entries.tpl
Log Message:
see NEWS entry - entry properties for more plugin power :)
Index: entries.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/Attic/entries.tpl,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- entries.tpl 19 Sep 2004 21:30:44 -0000 1.1.2.8
+++ entries.tpl 21 Sep 2004 20:43:16 -0000 1.1.2.9
@@ -1,7 +1,11 @@
<!-- ENTRIES START -->
{section name=date loop=$bydate}
<div class="serendipity_Entry_Date">
+ {if $dateref[date] eq 'sticky'}
+ <h3 class="serendipity_date">STICKY POSTINGS</h3>
+ {else}
<h3 class="serendipity_date">{$dateref[date]|formatTime:DATE_FORMAT_ENTRY}</h3>
+ {/if}
{section name=x loop=$bydate[date]}
<h4 class="serendipity_title"><a href="{$bydate[date][x].entryLink}">{$bydate[date][x].title}</a></h4>
|