Skip to content

Commit

Permalink
Added media handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jan 29, 2008
1 parent cc6ee2c commit 6fc64dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/FireHose/templates/dispFireHose;firehose;default
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ END %]
PROCESS formatHoseIntro;
END %]
[% introtext %]
[% IF view_mode && item.media %]
<div class="media">
[% item.media %]
</div>
[% END %]
[% END %]
</div>
[% IF bodywrapper %]
Expand Down

0 comments on commit 6fc64dc

Please sign in to comment.