调整评论

This commit is contained in:
fen
2013-10-11 22:09:01 +08:00
parent d22a3120c0
commit 6cb5555b13
10 changed files with 118 additions and 124 deletions
+3 -2
View File
@@ -3,10 +3,11 @@
<div id="typecho-nav-list">
<?php $menu->output(); ?>
</div>
<a href="">Typecho</a>
<a href="<?php $options->siteUrl(); ?>"><?php _e('我的站点'); ?></a>
<div class="operate">
<?php Typecho_Plugin::factory('admin/menu.php')->navBar(); _e('欢迎'); ?>,
<a href="<?php $options->adminUrl('profile.php'); ?>" class="author important"><?php $user->screenName(); ?></a>
<a class="exit" href="<?php $options->logoutUrl(); ?>" title="<?php _e('登出'); ?>"><?php _e('登出'); ?></a>
<a class="exit" href="<?php $options->logoutUrl(); ?>"><?php _e('登出'); ?></a>
</div>
<a href="<?php $options->siteUrl(); ?>"><?php _e('查看我的站点'); ?></a>
</div>