xref: /template/ad-hominem/conf/default.php (revision dcb5c54eefe9a09028e1eacd3e46edd94ac23afe)
1<?php
2/**
3 * Configuration settings for the Ad Hominem template
4 *
5 * @author     Sascha Leib <sascha@leib.be>
6 */
7
8$conf['darkmode']		= 'allow';
9$conf['navtrail']		= 'none';
10$conf['printstyle']		= 'basic';
11$conf['homelink']		= '';
12
13$conf['cookiepos']		= 'bottom';
14$conf['cookiemsg']		= 'This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.';
15$conf['cookielink']		= 'about:cookies';
16
17$conf['langmenu']		= 'sb';
18$conf['langfilter']		= 'existing';
19