Ignore:
Timestamp:
Nov 25, 2010, 12:48:36 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix compatiblity with theme stripped.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/template/conflit.tpl

    r7805 r7872  
    11{html_head}
    22  <!--- Autosize/template/confilt.tpl (head) --->   
    3     {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
     3{known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
    44{known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
    55{if $cl_conflit == 'true'}
    6 
    76   {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
    8    {/if}
     7{/if}
    98
    109
     
    1211    var DEBUG = '{$DEBUG}';
    1312    var theme = '{$theme}';
     13    var Version = '{$version}';
    1414</script>
    1515<!---FIN Autosize/template/confilt.tpl (/head) --->     
    1616{/html_head}
    17   <!--- Autosize/template/confilt.tpl (body) ---> 
    18 
     17<!--- Autosize/template/confilt.tpl (body) ---> 
    1918<!---FIN Autosize/template/confilt.tpl (body) --->     
Note: See TracChangeset for help on using the changeset viewer.