source:
extensions/Media_Icon/config_default.inc.php
@
19338
Last change on this file since 19338 was 19324, checked in by , 12 years ago | |
---|---|
|
|
File size: 213 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $config_default_general = array( |
4 | 'style' => 'logo', |
5 | ); |
6 | $config_default_advanced = array( |
7 | 'position' => 'bottomright', |
8 | 'xposition' => 'right: 5px', |
9 | 'yposition' => 'bottom: 5px', |
10 | 'opacity' => 100, |
11 | ); |
12 | |
13 | ?> |
Note: See TracBrowser
for help on using the repository browser.