Ignore:
Timestamp:
May 28, 2011, 6:37:55 PM (13 years ago)
Author:
flop25
Message:

adding an admin page, language files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/imgpreview/css_js.tpl

    r11079 r11086  
    22{combine_script id='imgpreview.init' load='footer' require='jquery.imgpreview' path='plugins/imgpreview/js/init.js'}
    33{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 TracChangeset for help on using the changeset viewer.