Changeset 9972 for extensions/luciano


Ignore:
Timestamp:
Apr 2, 2011, 10:29:02 AM (13 years ago)
Author:
patdenice
Message:

Compatible 2.2

Location:
extensions/luciano
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/local_head.tpl

    r7948 r9972  
    1717<script type="text/javascript">if (typeof jQuery != 'undefined') {ldelim} jQuery.noConflict();}</script>
    1818{/html_head}
    19 {known_script id="mootools.core" src=$ROOT_URL|@cat:"themes/luciano/js/mootools-1.2.4-core.js"}
    20 {known_script id="mootools.more" src=$ROOT_URL|@cat:"themes/luciano/js/mootools-1.2.4.4-more.js"}
    21 {known_script id="luciano.script" src=$ROOT_URL|@cat:"themes/luciano/js/script.js"}
     19{combine_script id="mootools.core" path="themes/luciano/js/mootools-1.2.4-core.js"}
     20{combine_script id="mootools.more" require="mootools.core" path="themes/luciano/js/mootools-1.2.4.4-more.js"}
     21{combine_script id="luciano.script" require="mootools.more" path="themes/luciano/js/script.js"}
  • extensions/luciano/template/index.tpl

    r5921 r9972  
    103103
    104104{if !empty($CATEGORIES) }{$CATEGORIES}{/if}
    105 {if !empty($THUMBNAILS) }{$THUMBNAILS}{/if}
     105{if !empty($THUMBNAILS) }
     106<ul class="thumbnails" id="thumbnails">
     107{$THUMBNAILS}
     108</ul>
     109{/if}
    106110
    107111{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
Note: See TracChangeset for help on using the changeset viewer.