添加编辑器图标

This commit is contained in:
fen
2013-10-18 22:25:19 +08:00
parent 8ac5bfe451
commit 990df82d80
23 changed files with 78 additions and 49 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
}
?>
<?php if ('post_draft' != $posts->type): ?>
<a class="right" href="<?php $posts->permalink(); ?>"><i class="i-exlink" title="<?php _e('浏览 %s', htmlspecialchars($posts->title)); ?>" /></i></a>
<a href="<?php $posts->permalink(); ?>"><i class="i-exlink" title="<?php _e('浏览 %s', htmlspecialchars($posts->title)); ?>" /></i></a>
<?php endif; ?>
</td>
<td><a href="<?php $options->adminUrl('manage-posts.php?uid=' . $posts->author->uid); ?>"><?php $posts->author(); ?></a></td>