* finish task #3560.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<div id='featurebar'>
|
||||
<ul class='nav'>
|
||||
<?php foreach($lang->message->typeList as $type => $typeName):?>
|
||||
<?php if(isset($config->message->typeLink[$type])):?>
|
||||
<?php list($moduleName, $methodName) = explode('|', $config->message->typeLink[$type]);?>
|
||||
<li id='<?php echo $type?>Tab'><?php echo html::a($this->createLink($moduleName, $methodName), $typeName)?></li>
|
||||
<?php endif;?>
|
||||
<?php endforeach;?>
|
||||
<li id='settingTab'><?php echo html::a($this->createLink('message', 'setting'), $lang->message->setting)?></li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user