Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6c0499a92f
commit
485e3244ed
115 changed files with 9813 additions and 0 deletions
18
templates/55/ad-hominem/conf/default.php
Normal file
18
templates/55/ad-hominem/conf/default.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* Configuration settings for the Ad Hominem template
|
||||
*
|
||||
* @author Sascha Leib <sascha@leib.be>
|
||||
*/
|
||||
|
||||
$conf['darkmode'] = 'allow';
|
||||
$conf['navtrail'] = 'none';
|
||||
$conf['printstyle'] = 'basic';
|
||||
$conf['homelink'] = '';
|
||||
|
||||
$conf['cookiepos'] = 'bottom';
|
||||
$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.';
|
||||
$conf['cookielink'] = 'about:cookies';
|
||||
|
||||
$conf['langmenu'] = 'sb';
|
||||
$conf['langfilter'] = 'existing';
|
Loading…
Add table
Add a link
Reference in a new issue