Ignore:
Timestamp:
Jan 28, 2011, 9:04:27 AM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] bug on compatibility with piwigo 2.2

Location:
extensions/cl_conflit/template
Files:
2 edited

Legend:

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

    r8942 r8958  
    1 {if PHPWG_VERSION < 2.2 } 
    2   {assign var= file value=$CONFLIT_PATH_ABS|@cat:'template/header_2_1.tpl' }
    3  {else}
    4   {assign var= file value=$CONFLIT_PATH_ABS|@cat:'template/header_2_2.tpl'
    5 }
    6  {/if}  { include file= $file   }
    7 <script type="text/javascript">
    8  
     1{html_head}
     2  <script type="text/javascript">
    93 var DEBUG = '{$DEBUG}';
    104    var theme = '{$theme}';
     
    2115 {/if}
    2216{/if}
    23 </script>
     17</script>{/html_head} 
  • extensions/cl_conflit/template/header_2_1.tpl

    r8941 r8958  
    1 {known_script id="jquery" src = $ROOT_URL|@cat:"themes/default/js/jquery.packed.js" }
     1{html_head}
     2{known_script id="jquery" src = $ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=0}
    23{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    34{known_script id="conflit_script" src = $CONFLIT_PATH|@cat:"js/conflit.js"  }
    45{known_script id="dimensions" src = $CONFLIT_PATH|@cat:"js/jquery.dimensions.js"  }
     6{/html_head}
Note: See TracChangeset for help on using the changeset viewer.