1<?php
2/**
3 * Configuration settings for the Ad Hominem template
4 *
5 * @author     Sascha Leib <sascha@leib.be>
6 */
7
8$meta['darkmode'] = array('multichoice',
9						'_choices' => array ('allow', 'disable'));
10
11$meta['navtrail'] = array('multichoice',
12						'_choices' => array ('none', 'text', 'link'));
13
14$meta['printstyle'] = array('multichoice',
15						'_choices' => array ('basic', 'compact'));
16
17$meta['cookiepos'] = array('multichoice',
18						'_choices' => array ('hide', 'top', 'bottom'));
19
20$meta['cookiemsg'] = array('string');
21
22$meta['cookielink'] = array('string');
23
24$meta['homelink'] = array('string');
25