* Modify menu tree data.
This commit is contained in:
@@ -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'");?>
|
||||
|
||||
Reference in New Issue
Block a user