source:
spip-zone/_core_/plugins/mediabox/colorbox/fancybox/mediabox_config_theme.php
@
93615
Last change on this file since 93615 was 93615, checked in by , 5 years ago | |
---|---|
File size: 184 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if (!defined('_ECRIRE_INC_VERSION')) { |
4 | return; |
5 | } |
6 | |
7 | function mediabox_config_theme() { |
8 | $config = array( |
9 | 'minHeight' => false, |
10 | 'minWidth' => false |
11 | ); |
12 | |
13 | return $config; |
14 | } |
15 | |
16 | ?> |
Note: See TracBrowser
for help on using the repository browser.