source: extensions/UserCollections/template/view.tpl @ 17493

Last change on this file since 17493 was 17493, checked in by mistic100, 12 years ago

better integration in simple and stripped

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