Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
afb21e11
Verified
Commit
afb21e11
authored
Feb 14, 2021
by
Jelle van der Waa
🚧
Browse files
Update www.archlinux.org links in fluxbb navbar
parent
bb353e42
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/fluxbb/templates/config.php.j2
View file @
afb21e11
...
...
@@ -14,15 +14,15 @@ $cookie_path = '/';
$cookie_secure
=
0
;
$cookie_seed
=
'{{ fluxbb_cookie_seed }}'
;
$arch_home
=
'http://
www.
archlinux.org/'
;
$arch_navbar
=
array
(
'Home'
=>
'http://
www.
archlinux.org/'
,
'Packages'
=>
'http://
www.
archlinux.org/packages/'
,
$arch_home
=
'http://archlinux.org/'
;
$arch_navbar
=
array
(
'Home'
=>
'http://archlinux.org/'
,
'Packages'
=>
'http://archlinux.org/packages/'
,
'Forums'
=>
'https://bbs.archlinux.org/'
,
'Wiki'
=>
'https://wiki.archlinux.org/'
,
'Bugs'
=>
'https://bugs.archlinux.org/'
,
'Security'
=>
'https://security.archlinux.org/'
,
'AUR'
=>
'https://aur.archlinux.org/'
,
'Download'
=>
'http://
www.
archlinux.org/download/'
);
'Download'
=>
'http://archlinux.org/download/'
);
$arch_navbar_selected
=
'Forums'
;
$funnyquestion_hash
=
'{{ fluxbb_funnyquestion_hash }}'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment