2013-01-02 07:01:24 +00:00
|
|
|
|
2013-01-05 09:35:43 +00:00
|
|
|
|
|
|
|
<div class="view-channel-box-header"><h4>{$the_title}</h4></div>
|
|
|
|
<div class="view-channel-box-content clearfix">
|
|
|
|
{if $photos}
|
|
|
|
{foreach $photos as $photo}
|
|
|
|
{include_template_file file='blocks/photo.html' photo=$photo}
|
|
|
|
{/foreach}
|
|
|
|
{else}
|
|
|
|
<p class="alert alert-large">{lang code='No photos found'}</p>
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
<div class="view-channel-box-footer">
|
|
|
|
{get_template('pagination')}
|
|
|
|
</div>
|