xref: /template/ad-hominem/conf/metadata.php (revision 77c863f350a560c134ebf531c15422e9351919d7)
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(
9						'multichoice',
10						'_choices' => array ('allow', 'disable'));
11$meta['navtrail'] = array(
12						'multichoice',
13						'_choices' => array ('none', 'text', 'link'));
14
15$meta['cookiepos'] = array(
16						'multichoice',
17						'_choices' => array ('hide', 'top', 'bottom'));
18
19$meta['cookiemsg'] = array('');
20
21$meta['cookielink'] = array('string');
22