* Modify menu tree data.

This commit is contained in:
caoyanyi
2023-02-20 15:44:08 +08:00
parent e1ca736379
commit 51855da582
3 changed files with 28 additions and 43 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<?php include 'header.html.php';?>
<div id='mainMenu' class='clearfix menu-secondary'>
<div class="btn-toolBar pull-left">
<?php foreach($featureBar as $key => $label):?>
<?php foreach($lang->dev->featureBar['langItem'] as $key => $label):?>
<?php $active = $type == $key ? 'btn-active-text' : '';?>
<?php $label = "<span class='text'>$label</span>";?>
<?php echo html::a(inlink('langItem', "type=$key"), $label, '', "class='btn btn-link $active'");?>