source: extensions/UserCollections/template/collection_view.tpl @ 23551

Last change on this file since 23551 was 23551, checked in by mistic100, 11 years ago

many corrections & optimizations + remove useless code + clean

File size: 1.1 KB
Line 
1{combine_css path=$USER_COLLEC_PATH|cat:'template/style_collections.css'}
2{include file=$USER_COLLEC_ABS_PATH|cat:'template/thumbnails_colorbox.tpl'}
3
4
5{* <!-- Menubar & titrePage --> *}
6{if $themeconf.name == "stripped" or $themeconf.parent == "stripped"}
7  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/stripped.tpl'}
8  {assign var="clear" value="true"}
9{elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"}
10  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/simple.tpl'}
11  {assign var="clear" value="true"}
12{else}
13  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/default.tpl'}
14{/if}
15
16{if isset($errors) or not empty($infos)}
17{include file='infos_errors.tpl'}
18{/if}
19
20{if !empty($CONTENT_DESCRIPTION)}
21<div class="additional_info">
22        {$CONTENT_DESCRIPTION}
23</div>
24{/if}
25
26{if !empty($THUMBNAILS)}
27<ul class="thumbnails" id="thumbnails">
28{$THUMBNAILS}
29</ul>
30{/if}
31
32{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
33
34{if isset($clear)}<div style="clear: both;"></div>
35</div>{/if}
36</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.