<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('header.php'); ?>
最新说说
render(); // 方法2:如果插件提供输出方法 (推荐) // \Typecho\Plugin::factory('Says')->output(); } catch (Exception $e) { echo "说说加载失败: " . $e->getMessage() . "
"; } ?><?php $this->need('footer.php'); ?>