1<?php 2/* 3 * configuration metadata 4 * 5 * @author LarsDW223 6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 */ 8 9$meta['Theme'] = array('multichoice', '_choices' => array('White')); 10$meta['Layouts'] = array(''); 11$meta['BreadcrumbsSep'] = array('string'); 12$meta['YouAreHereSep'] = array('string'); 13