* Adjust menu.

This commit is contained in:
wangyuting2
2022-08-03 13:32:41 +08:00
parent 19f44337d3
commit fa81472771
38 changed files with 121 additions and 91 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<?php endif;?>
<div id='mainMenu' class='clearfix'>
<div class="btn-toolBar pull-left">
<?php foreach($lang->program->featureBar as $key => $label):?>
<?php foreach($lang->program->featureBar['browse'] as $key => $label):?>
<?php $active = $status == $key ? 'btn-active-text' : '';?>
<?php $label = "<span class='text'>$label</span>";?>
<?php echo html::a(inlink('browse', "status=$key&orderBy=$orderBy"), $label, '', "class='btn btn-link $active'");?>