1<?php
2/*
3 * configuration metadata
4 *
5 * @author   beemoon <contact@beemoon.fr>
6 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 */
8
9
10// Theme
11$meta['enableAccordion']  = array('onoff');
12$meta['topSidebar']	=	array('string');
13$meta['bottomSidebar']	=	array('string');
14
15