Ignore:
Timestamp:
Dec 18, 2010, 11:29:52 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug whith user tags


File:
1 edited

Legend:

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

    r8093 r8185  
    11{html_head}
    2   <!--- {$AUTOSIZE_PATH}template/confilt.tpl (head) ---> 
    3   <!--- Ajout scripts {$AUTOSIZE_PATH}--->   
    4 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"  now=1}<!--- RECHARGE DE {$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} --->
    5 {known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}<!---{$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"} --->
    6  {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}<!--- {$AUTOSIZE_PATH|@cat:"js/conflit.js"} --->
     2 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"  now=1}
     3 {known_script id="dimensions" src=$AUTOSIZE_PATH|@cat:"js/jquery.dimensions.js"}
     4 {known_script id="conflit_script" src=$AUTOSIZE_PATH|@cat:"js/conflit.js"}
    75
    86<script type="text/javascript">
     
    108</script>
    119
    12 <!--- fin Ajout scripts  --->
     10
    1311<script type="text/javascript">
    1412    var theme = '{$theme}';
     
    2624{/if}
    2725</script>
    28 <!---FIN Autosize/template/confilt.tpl (/head) --->     
     26
    2927{/html_head}
    30 <!---{$ROOT_URL} --- {$AUTOSIZE_PATH}template/confilt.tpl (body) ---> 
    31 <!---FIN {$ROOT_URL} --- {$AUTOSIZE_PATH}template/confilt.tpl (body) --->       
     28 
Note: See TracChangeset for help on using the changeset viewer.