tp/public/news/article_detail.php
2026-03-12 17:53:36 +08:00

6 lines
188 B
PHP

<?php
// 短链接入口:/news/article_detail.php?id=xx
// 直接复用主题详情页模板(保持同一份业务逻辑)
require __DIR__ . '/../themes/default/article_detail.php';