[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/default/ -> comments_by_author.tpl (source)

   1  <div class="comments_by_author_pagination" style="text-align: center">
   2  {if $footer_prev_page}
   3      <a href="{$footer_prev_page}">&laquo; {$CONST.PREVIOUS_PAGE}</a>&#160;&#160;
   4  {/if}
   5  
   6  {if $footer_info}
   7      ({$footer_info})
   8  {/if}
   9  
  10  {if $footer_next_page}
  11      <a href="{$footer_next_page}">&raquo; {$CONST.NEXT_PAGE}</a>
  12  {/if}
  13  
  14  {serendipity_hookPlugin hook="comments_by_author_footer" hookAll="true"}
  15  </div>
  16  
  17  <div class="comments_by_author">
  18  {foreach from=$comments_by_authors item="entry_comments"}
  19  
  20  <h4 class="serendipity_title"><a href="{$entry_comments.link}">{$entry_comments.title|@default:$entry_comments.link}</a></h4>
  21  
  22  {* tpl_comments is the parsed "comments.tpl" template! *}
  23  <div class="comments_for_entry">{$entry_comments.tpl_comments}</div>
  24  
  25  {/foreach}
  26  </div>
  27  


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics