Copyright © {author} for {sitetitle} 2010 | Permalink | {commentsnumber} 条评论', '在 feed 尾部添加', '可用标记:{sitetitle}{siteurl}{author}{authorurl}{permalink}{date}{time}{commentsnumber}

Example: <a href="{permalink}#comments" title="to the comments">To the comments</a>, Author: <a href="{authorlink}" >{author}</a>' ); $form->addInput($cfg_copyright); /* $cfg_related_post = new Typecho_Widget_Helper_Form_Element_Checkbox( 'cfg_related_post', array('show' => '是否在 feed 尾部显示相关内容?'), NULL, '相关日志' ); $form->addInput($cfg_related_post); $cfg_related_post_num = new Typecho_Widget_Helper_Form_Element_Text( 'cfg_related_post_num', NULL, '5', '日志数量' ); $form->addInput($cfg_related_post_num); */ } /** * 个人用户的配置面板 * * @access public * @param Typecho_Widget_Helper_Form $form * @return void */ public static function personalConfig(Typecho_Widget_Helper_Form $form){} }