summaryrefslogtreecommitdiff
path: root/skins/ArchLinux.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/ArchLinux.php')
-rw-r--r--skins/ArchLinux.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/ArchLinux.php b/skins/ArchLinux.php
index 34529bbc..c3533d2f 100644
--- a/skins/ArchLinux.php
+++ b/skins/ArchLinux.php
@@ -266,7 +266,8 @@ class ArchLinuxTemplate extends QuickTemplate {
<ul id="f-list">
<?php
$footerlinks = array(
- 'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright', 'tagline',
+ 'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright',
+ 'privacy', 'about', 'disclaimer', 'tagline',
);
foreach( $footerlinks as $aLink ) {
if( isset( $this->data[$aLink] ) && $this->data[$aLink] ) {