new files added.
This commit is contained in:
parent
b1a758c58e
commit
b7f157b7a6
2 changed files with 25 additions and 0 deletions
12
upload/styles/cb_2014/layout/blocks/PopularPhotos.html
Normal file
12
upload/styles/cb_2014/layout/blocks/PopularPhotos.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{if $display_type == ""}
|
||||||
|
|
||||||
|
<div class="show-image">
|
||||||
|
<div class="col-md-6 col-sm-6 col-xs-6" style="padding-right: 0px">
|
||||||
|
<span class="photoname" id="avatar1_file" >{$photo.photo_title|truncate:15}</span>
|
||||||
|
<a href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">
|
||||||
|
{get_photo details=$photo size='l' class='loading' output='html'}
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
13
upload/styles/cb_2014/layout/blocks/topCollection.html
Normal file
13
upload/styles/cb_2014/layout/blocks/topCollection.html
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{if $display_type == "" || $display_type == "normal"}
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-5">
|
||||||
|
<a href="">
|
||||||
|
<a href="{$cbcollection->collection_links($collection,'view')}"><img src="{$cbcollection->get_thumb($collection,'small')}" /></a>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6">
|
||||||
|
{$collection.collection_name|truncate:15}</a> ({$collection.total_objects} {$collection.type})
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
Loading…
Add table
Reference in a new issue