Banner position can be configured

This commit is contained in:
Michal Koutný
2015-09-01 19:01:07 +02:00
parent b45c10a6a2
commit 50cae54452
4 changed files with 14 additions and 5 deletions

View File

@@ -5,4 +5,4 @@
* @author Michal Koutny <michal@fykos.cz>
*/
//$conf['fixme'] = 'FIXME';
$conf['position'] = 'bottom';

View File

@@ -6,5 +6,5 @@
*/
//$meta['fixme'] = array('string');
$meta['position'] = array('multichoice', '_choices' => array('top', 'bottom'));