Changeset 7948


Ignore:
Timestamp:
Nov 30, 2010, 12:19:06 PM (13 years ago)
Author:
patdenice
Message:

Add jQuery.noConflict if jQuery us loaded.
Language key correction.

Location:
extensions/luciano
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/local_head.tpl

    r6007 r7948  
    1414{/if}
    1515
     16{html_head}
     17<script type="text/javascript">if (typeof jQuery != 'undefined') {ldelim} jQuery.noConflict();}</script>
     18{/html_head}
    1619{known_script id="mootools.core" src=$ROOT_URL|@cat:"themes/luciano/js/mootools-1.2.4-core.js"}
    1720{known_script id="mootools.more" src=$ROOT_URL|@cat:"themes/luciano/js/mootools-1.2.4.4-more.js"}
  • extensions/luciano/template/picture.tpl

    r6019 r7948  
    2222<div id="theImage">
    2323  <div id="imageContainer">
    24     {if isset($previous) }<a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'previous_page'|@translate} : {$previous.TITLE}" rel="prev"><img src="{$previous.THUMB_SRC}" alt="{$previous.TITLE}" /></a>{/if}
    25     {if isset($next) }<a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{'next_page'|@translate} : {$next.TITLE}" rel="next"><img src="{$next.THUMB_SRC}" alt="{$next.TITLE}" /></a>{/if}
     24    {if isset($previous) }<a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev"><img src="{$previous.THUMB_SRC}" alt="{$previous.TITLE}" /></a>{/if}
     25    {if isset($next) }<a class="navThumb" id="linkNext" href="{$next.U_IMG}" title="{'Next'|@translate} : {$next.TITLE}" rel="next"><img src="{$next.THUMB_SRC}" alt="{$next.TITLE}" /></a>{/if}
    2626    <div id="theImg">{$ELEMENT_CONTENT}</div>
    2727  </div>
Note: See TracChangeset for help on using the changeset viewer.