source: extensions/imgpreview/css_js.tpl @ 11217

Last change on this file since 11217 was 11086, checked in by flop25, 13 years ago

adding an admin page, language files

File size: 493 bytes
Line 
1{combine_script id='jquery.imgpreview' load='header' require='jquery' path='plugins/imgpreview/js/imgpreview.js'}
2{combine_script id='imgpreview.init' load='footer' require='jquery.imgpreview' path='plugins/imgpreview/js/init.js'}
3{combine_css path="plugins/imgpreview/css/imgpreview.css"}
4{if isset($imgpreview)}
5{html_head}
6{literal}
7<style>
8#tooltip img {
9{/literal}
10        max-height: {$imgpreview.height}px;
11        max-width: {$imgpreview.width}px;
12{literal}
13}
14</style>
15{/literal}{/html_head}
16{/if}
17
Note: See TracBrowser for help on using the repository browser.