aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2014-12-28 12:00:31 +0100
committerAlex Legler <alex@a3li.li>2014-12-28 12:00:31 +0100
commit285dce6de838f04b9cb15725327ff236f576f782 (patch)
tree515f4b006f84377a30dba59becb32348c0bd4d7f /TyrianTemplate.php
parentRefactor/-indent template, few other things (diff)
downloadskin-tyrian-285dce6de838f04b9cb15725327ff236f576f782.tar.gz
skin-tyrian-285dce6de838f04b9cb15725327ff236f576f782.tar.bz2
skin-tyrian-285dce6de838f04b9cb15725327ff236f576f782.zip
Link menu pages to make some special friends happy
We are the 4.8%! Fight the power! \o/
Diffstat (limited to 'TyrianTemplate.php')
-rw-r--r--TyrianTemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php
index 00c1456..f517bb2 100644
--- a/TyrianTemplate.php
+++ b/TyrianTemplate.php
@@ -376,7 +376,7 @@ class TyrianTemplate extends BaseTemplate {
if ( $bar !== 'navigation' ) { ?>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><?php echo htmlspecialchars( $msgObj->exists() ? $msgObj->text() : $bar ); ?> <span class="caret"></span></a>
+ <a href="/wiki/Gentoo_Wiki:Menu-<?php echo htmlspecialchars( $bar ) ?>" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><?php echo htmlspecialchars( $msgObj->exists() ? $msgObj->text() : $bar ); ?> <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<?php }