mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-27 20:34:30 +00:00
0.7.0
重新整理了一下目录,更改了部分内容的实现方式
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
* @package custom
|
||||
*/
|
||||
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
||||
$this->need('header.php');
|
||||
$this->need('./module/header.php');
|
||||
?>
|
||||
|
||||
<div class="site--main site--main__gears">
|
||||
@@ -114,5 +114,5 @@ function parseGoodsTable($content) {
|
||||
return $goods;
|
||||
}
|
||||
|
||||
$this->need('footer.php');
|
||||
$this->need('./module/footer.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user