Changeset 7948
- Timestamp:
- Nov 30, 2010, 12:19:06 PM (14 years ago)
- Location:
- extensions/luciano
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/luciano/local_head.tpl
r6007 r7948 14 14 {/if} 15 15 16 {html_head} 17 <script type="text/javascript">if (typeof jQuery != 'undefined') {ldelim} jQuery.noConflict();}</script> 18 {/html_head} 16 19 {known_script id="mootools.core" src=$ROOT_URL|@cat:"themes/luciano/js/mootools-1.2.4-core.js"} 17 20 {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 22 22 <div id="theImage"> 23 23 <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} 26 26 <div id="theImg">{$ELEMENT_CONTENT}</div> 27 27 </div>
Note: See TracChangeset
for help on using the changeset viewer.