category(','); ?>
commentsNum('0 ', '1 ', '%d '); ?>
user->hasLogin() && $this->user->pass('editor', true)): ?>
Edit
title() ?>
content(); ?>
options->donate): ?>
关闭
复制链接
permalink(); ?>
tags(' ', true, ' '); ?>
options->showProfile): ?>
need('profile.php'); ?>
options->showcate): ?>
categories) {
// 获取第一个分类的信息
$category = $this->categories[0];
$categoryId = $category['mid'];
$categoryName = $category['name'];
$categoryDescription = $category['description']; // 如果分类有说明(描述)
// 获取主题选项中的分类图片基本 URL
$themeUrl = $this->options->midimg;
// 生成分类图片地址
$categoryImage = $themeUrl . $categoryId . '.jpg';
}
?>
options->showrelated): ?>
need('related.php'); ?>
options->twikoo): ?>
options->twikoo(); ?>
need('comments.php'); ?>