Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Weston Moran committed Jul 15, 2005
1 parent 2debd55 commit 4929b85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugins/Journal/templates/friendsview;journal;default
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ friendsview
__template__
[% USE Slash %]
[% FOREACH diatribe = articles %]
<div class="journalgeneric">
[% topic = diatribe.topic %]
<div class="journalgeneric">
<div class="article">
<div class="title">
<h3>
[% diatribe.description %]
Expand All @@ -39,7 +40,7 @@ __template__
</div>

[% END %]

<div class="journalpage">
[% back = back || 0 %]
[% IF (back > -1) || forward %]
[% IF forward %]
Expand All @@ -52,6 +53,8 @@ __template__
<a href="[% gSkin.rootdir %]/journal.pl?op=friendview&amp;uid=[% uid %]&amp;start=[% back %]">Next [% constants.journal_default_display %] entries &gt;</a>
[% END %]
[% END %]
</div>
</div>

__seclev__
500
Expand Down

0 comments on commit 4929b85

Please sign in to comment.