need('header.php'); ?>

date(); ?>

created); ?>

author(); ?>
正文
标签添加class="notranslate" $prePattern = '//i'; $preReplacement = '
'; // 注意在class后面添加了一个空格  
$content = preg_replace($prePattern, $preReplacement, $this->content);    
    
// 为
标签添加class $blockquotePattern = '//i'; $blockquoteReplacement = '
'; // 同样添加了空格 $content = preg_replace($blockquotePattern, $blockquoteReplacement, $content); // 注意这里使用$content而不是$this->content(如果$this->content是有效的) // 为
    标签添加class $ulPattern = '//i'; $ulReplacement = '
      '; // 同样添加了空格 $content = preg_replace($ulPattern, $ulReplacement, $content); // 同样使用$content echo $content; ?>
友链列表
options->friendLink))): ?> options->friendLink); // 按行分割 foreach ($friendLinks as $link): $parts = explode('|', $link); // 按 '|' 字符分割 if (count($parts) == 4): // 确保分割后有两个部分(标题和URL) $title = htmlspecialchars($parts[0]); $url = htmlspecialchars($parts[1]); $desc = htmlspecialchars($parts[2]); $avatar = htmlspecialchars($parts[3]); ?>
评论
need('comments.php'); ?> need('sidebar.php'); ?> need('footer.php'); ?>