source: extensions/LLGBO2/template/llgbo_content.tpl @ 16791

Last change on this file since 16791 was 16791, checked in by gbo, 12 years ago

Frame on slideshow

File size: 931 bytes
Line 
1<!-- LLGBO2 picture_content -->
2
3        {if  isset($llgbo.TOOLTIPCSS)}   
4                        {$llgbo.TOOLTIPCSS}
5        {/if} 
6        {if  isset($llgbo.GBOCSS)}     
7                { if file_exists($llgbo.GBOCSS) }
8                                {combine_css path=$llgbo.GBOCSS order=+10}
9                        {else}
10                          {combine_css path=$LLGBO_PATH|@cat:"css/llgbo_content_default.css" order=+10}
11                {/if}
12        {/if} 
13        {if  !isset($llgbo.NOJS)}
14                        {if  isset($llgbo.TOOLTIP)}       
15                                {combine_script id='llgbojqtooltip' load='footer' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgbotip.js"}
16                         {/if}
17                         {if  isset($llgbo.FRAME_BEGIN)}       
18                                {combine_script id='llgbojqframe' load='footer' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgboframeresize.js" }
19                        {/if}
20        {/if}
21
22        {if  isset($llgbo.READIMGREELSIZE)}     
23        <div id="LLGBO_READIMGREELSIZE" style="visibility:hidden;top:0;"> <!--  if exists Force javascript LlgboFr_Resize  to Read MainImage Reel Size via URL" --></div>
24        {/if}
25
26
Note: See TracBrowser for help on using the repository browser.