source: trunk/grails-app/views/shared/_pictureHead.gsp @ 188

Last change on this file since 188 was 188, checked in by gav, 14 years ago

Small change to loading javascript, preload image and increase pulses for IE.

File size: 254 bytes
Line 
1
2<link rel="stylesheet" href="${resource(dir:'css',file:'lightbox.css')}" />
3<g:javascript library="prototype/prototype" />
4<g:javascript library="lightbox" />
5<script type="text/javascript"> document.observe("dom:loaded", Lightbox.onload); </script>
Note: See TracBrowser for help on using the repository browser.