Ignore:
Timestamp:
May 17, 2012, 8:38:07 PM (12 years ago)
Author:
gbo
Message:

2.4.B Compliance with Theme Stripped and plugin Piwishak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/template/llgbo_content.tpl

    r14421 r15076  
    33                {$llgbo.TOOLTIPCSS}
    44{/if} 
    5 {if  isset($llgbo.GBOCSS)}       
    6                 {$llgbo.GBOCSS}
     5{if  isset($llgbo.GBOCSS)}     
     6        { if file_exists($llgbo.GBOCSS) }
     7                        {combine_css path=$llgbo.GBOCSS order=+10}
     8                {else}
     9                  {combine_css path=$LLGBO_PATH|@cat:"css/llgbo_content_default.css" order=+10}
     10        {/if}
    711{/if} 
    812{if  !isset($llgbo.NOJS)}
    913                {if  isset($llgbo.TOOLTIP)}       
    10                         {combine_script id='llgbojqtooltip'   require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgbotip.js"}
     14                        {combine_script id='llgbojqtooltip' load='header' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgbotip.js"}
    1115                 {/if}
    1216                 {if  isset($llgbo.FRAME_BEGIN)}       
    13                         {combine_script id='llgbojqframe'  require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgboframeresize.js"}
     17                        {combine_script id='llgbojqframe' load='footer' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgboframeresize.js" }
    1418                {/if}
    1519{/if}
Note: See TracChangeset for help on using the changeset viewer.