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