Arch Linux Theme
Arch Linux Theme for Flarum
Arch Linux Theme for Flarum
This Flarum extension is specific to forum.archlinux.de. While the code itself is free software, please ensure to adhere to the Arch Linux trademark policy.
Installation
composer require archlinux-de/flarum-theme-archlinux
Optional configuration:
To configure header and footer links add the following entries to /config.php
:
<?php return [
// ...
'arch' => [
'home' => 'https://www.archlinux.de/',
'navbar' => [
'Start' => 'https://www.archlinux.de/',
'Pakete' => 'https://www.archlinux.de/packages',
'Forum' => 'https://forum.archlinux.de/',
'Wiki' => 'https://wiki.archlinux.de/title/Hauptseite',
'AUR' => 'https://aur.archlinux.de/',
'Download' => 'https://www.archlinux.de/download'
],
'navbar_selected' => 'Forum',
'footer' => [
'Datenschutz' => 'https://www.archlinux.de/privacy-policy',
'Impressum' => 'https://www.archlinux.de/impressum'
]
]
];
Features
© 2023 Hyn by DaniĆ«l "Luceos" Klabbers. All rights reserved. · Extensions and extension information is provided by the respective (copyright holding) authors. · Extiverse is not affiliated to the Flarum project or Flarum foundation. · Images on Extiverse pages are from Unsplash.