添加错误页面

This commit is contained in:
fen
2013-10-17 14:11:14 +08:00
parent cbc848be88
commit ca155fce44
2 changed files with 53 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Typecho_Widget::widget('Widget_Contents_Page_Edit')->to($page);
<section class="typecho-post-option">
<label for="order" class="typecho-label"><?php _e('页面顺序'); ?></label>
<p><input type="text" id="order" name="order" value="<?php $page->order(); ?>" class="mini" /></p>
<p><input type="text" id="order" name="order" value="<?php $page->order(); ?>" class="w-100" /></p>
<p class="description"><?php _e('为你的自定义页面设定一个序列值以后, 能够使得它们按此值从小到大排列'); ?></p>
</section>