This commit is contained in:
doudoudzj 2019-06-26 01:36:11 +08:00
parent 98e8745cdd
commit 82b5967c57
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ if (!defined('IN_SYS')) {
</ul>
</li>
<li><a href="<?php echo setRouter('admin', 'tickets'); ?>"><?php echo I18N('Tickets'); ?></a></li>
<li><a href="<?php echo setRouter('admin', 'news'); ?>"><?php echo I18N('News'); ?></a></li>
<li><a href="<?php echo setRouter('admin', 'news'); ?>"><?php echo I18N('news'); ?></a></li>
<?php } ?>
</ul>
<ul class="nav navbar-nav navbar-right">

View file

@ -12,7 +12,7 @@ if (!defined('IN_SYS')) {
<?php echo (getMsg("msg_notify")); ?>
<div class="panel panel-default">
<div class="panel-heading">
<span class="panel-title">News</span>
<span class="panel-title"><?php echo I18N('news'); ?></span>
<div class="pull-right">
<a class="btn btn-default btn-xs" href="<?php echo setRouter('admin', 'news_add'); ?>">Add</a>
</div>