xref: /template/ad-hominem/conf/metadata.php (revision 7b97b4d7884aacd5ea380f2d46afc437d25d4eb4)
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