summaryrefslogtreecommitdiff
path: root/www/wiki/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php')
-rw-r--r--www/wiki/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wiki/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php b/www/wiki/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php
index 06d7d97b..540e10d0 100644
--- a/www/wiki/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php
+++ b/www/wiki/skins/chameleon/src/Components/NavbarHorizontal/PersonalTools.php
@@ -61,7 +61,7 @@ class PersonalTools extends Component {
// start personal tools element
$ret =
$this->indent() . '<!-- personal tools -->' .
- $this->indent() . '<ul class="navbar-tools navbar-nav" >' .
+ $this->indent() . '<ul class="'.$this->getClassString().' navbar-tools navbar-nav" >' .
$this->indent( 1 ) . '<li class="dropdown navbar-tools-tools">' .
$this->indent( 1 ) . '<a class="dropdown-toggle ' . $toolsClass . '" href="#" data-toggle="dropdown" title="' . $toolsLinkText . '" >' . $linkText . '</a>' .
$this->indent() . '<ul class="p-personal-tools dropdown-menu dropdown-menu-right" >';
@@ -114,4 +114,4 @@ class PersonalTools extends Component {
}
-} \ No newline at end of file
+}