bottom = array('LREditor_Plugin', 'Change');
Typecho_Plugin::factory('admin/write-page.php')->bottom = array('LREditor_Plugin', 'Change');
}
/**
* 插件主体函数
*
* @access public
* @return void
*/
public static function Change()
{
$options = Helper::options();
$cssUrl = Typecho_Common::url('LREditor/lr.css', $options->pluginUrl);
$jsUrl = Typecho_Common::url('LREditor/prettify.js', $options->pluginUrl);
echo '';
echo '';
?>