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

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

[llgbo2-27A] compatible with modus and more theme

File size: 582 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
20
21
Note: See TracBrowser for help on using the repository browser.