* change for upgrade.

This commit is contained in:
wangyidong
2018-01-16 14:06:16 +08:00
parent ecf24ad52a
commit 277dc2c2ec
37 changed files with 554 additions and 355 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
<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>
<li id='settingTab'><?php if(common::hasPriv('message', 'setting')) echo html::a($this->createLink('message', 'setting'), $lang->message->setting)?></li>
</ul>
</div>