浏览代码

Toolbox was renamed Tools in 1.22

Jamie Thingelstad 11 年之前
父节点
当前提交
7b966b1ff6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Foreground.skin.php

+ 1 - 1
Foreground.skin.php

@@ -44,7 +44,7 @@ class foregroundTemplate extends BaseTemplate {
 
 		    		<ul class="left">
 		 						<li class="divider"></li>
-									<?php foreach ( $this->getSidebar() as $boxName => $box ) { if ($box['header'] != "Toolbox") { ?>
+									<?php foreach ( $this->getSidebar() as $boxName => $box ) { if ( ($box['header'] != "Toolbox") && ($box['header'] != "Tools") ) { ?>
 									<li class="has-dropdown active"  id='<?php echo Sanitizer::escapeId( $box['id'] ) ?>'<?php echo Linker::tooltip( $box['id'] ) ?>>
 											<a href="#"><?php echo htmlspecialchars( $box['header'] ); ?></a>
 											<?php if ( is_array( $box['content'] ) ) { ?>