source: extensions/Media_Icon/config_default.inc.php @ 19324

Last change on this file since 19324 was 19324, checked in by julien1311, 11 years ago

new options : position and opacity

  • Property svn:eol-style set to LF
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.