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

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

clean definition of USER_COLLEC_PUBLIC
missing one template var for themes compatibility

File size: 895 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>
29</div>{/if}
30</div>{* <!-- content --> *}
Note: See TracBrowser for help on using the repository browser.