Ignore:
Timestamp:
Nov 17, 2010, 5:04:11 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] save

File:
1 edited

Legend:

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

    r7740 r7805  
    11{html_head}
    2 <!--- Autosize/template/confilt.tpl (before) --->
    3 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" }
    4 {known_script id="conflit_script" src=$AUTOSIZE_ROOT|@cat:"js/conflit.js"}
    5 <!---FIN Autosize/template/confilt.tpl (before) --->   
    6 {/html_head}   
     2  <!--- Autosize/template/confilt.tpl (head) --->   
     3    {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}
     4{known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
     5{if $cl_conflit == 'true'}
     6
     7   {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
     8   {/if}
     9
     10
    711<script type="text/javascript">
    812    var DEBUG = '{$DEBUG}';
    913    var theme = '{$theme}';
    10      </script>
     14</script>
     15<!---FIN Autosize/template/confilt.tpl (/head) --->     
     16{/html_head}
     17  <!--- Autosize/template/confilt.tpl (body) ---> 
     18
     19<!---FIN Autosize/template/confilt.tpl (body) --->     
Note: See TracChangeset for help on using the changeset viewer.