Updating ad-hominem to version 2024-10-07+20250317 (9ede6bc).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b79431e56e
commit
2dec6c784b
63 changed files with 2318 additions and 1765 deletions
|
@ -2,11 +2,11 @@
|
|||
/**
|
||||
* Ad Hominem Template
|
||||
*
|
||||
* @link https://ad.hominem.info/
|
||||
* @author Sascha Leib <sascha@leib.be>
|
||||
* @author Anika Henke <anika@selfthinker.org>
|
||||
* @author Clarence Lee <clarencedglee@gmail.com>
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @link https://ad.hominem.info/
|
||||
* @author Sascha Leib <sascha@leib.be>
|
||||
* @author Anika Henke <anika@selfthinker.org>
|
||||
* @author Clarence Lee <clarencedglee@gmail.com>
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*/
|
||||
|
||||
ini_set('display_errors', 0);
|
||||
|
@ -56,7 +56,7 @@ $htmlLang = ' lang="' . $conf['lang'] . ( $lang['direction'] != 'ltr' ? '" dir="
|
|||
<div id="phInclude"><?php tpl_includeFile('header.html') ?></div>
|
||||
</header>
|
||||
</div>
|
||||
<div id="main-layout">
|
||||
<div id="main-layout">
|
||||
<div id="sidebar" class="toggle hide">
|
||||
<button class="tg_button" title="<?php echo $lang['sidebar'] ?>"><span><?php echo $lang['sidebar'] ?></span></button>
|
||||
<div class="tg_content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue