错误[2]: Cannot use a scalar value as an array, 文件: /www/wwwroot/103.56.112.41_10001/lib/common.php, 行: 224

文件: /www/wwwroot/103.56.112.41_10001/ext/ext-real-preview/common.php, 行: 13, ini(ext-real-preview , enable , 1)
文件: /www/wwwroot/103.56.112.41_10001/index.php, 行: 208, include(/www/wwwroot/103.56.112.41_10001/ext/ext-real-preview/common.php)

错误[2]: Cannot use a scalar value as an array, 文件: /www/wwwroot/103.56.112.41_10001/lib/common.php, 行: 237

文件: /www/wwwroot/103.56.112.41_10001/ext/ext-real-preview/common.php, 行: 13, ini(ext-real-preview , enable , 1)
文件: /www/wwwroot/103.56.112.41_10001/index.php, 行: 208, include(/www/wwwroot/103.56.112.41_10001/ext/ext-real-preview/common.php)

自定义界面-酥妻
logo酥妻
首页 留言 登录
自定义界面

<?php

global $page, $tpl;

// 关于本站(about)页面

if ($page == 'about') {

$compile_file = $tpl->view('about');

if ($compile_file) {

include_once $compile_file;

}

exit;

}

// 本站归档(archive)页面

if ($page == 'archive') {

$compile_file = $tpl->view('archive');

if ($compile_file) {

include_once $compile_file;

}

exit;

}

// 👇 在这里直接粘贴新增的 contact 分支代码(位置正确)

if ($page == 'contact') {

$compile_file = $tpl->view('contact');

if ($compile_file) {

include_once $compile_file;

}

exit;

}

?>

<!--<删除这两个字?php ?>-->

<!--<!DOCTYPE html>-->

<!--<html lang="zh-CN">-->

<!--<head>-->

<!-- <meta charset="UTF-8">-->

<!-- <title>留言板 - {$conf.title}</title>-->

<!--</head>-->

<!--<body>-->

<!-- {include header}-->

<!-- 留言板核心内容-->

<!-- {include footer}-->

<!--</body>-->

<!--</html>-->

上一篇:账号密码
下一篇:毛概大作业1卷
验证码
评论留言 (0条)