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

Last change on this file since 28990 was 28990, checked in by gbo, 10 years ago

Release 27..A new admin part

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