There was an error while loading. Please reload this page.
1 parent 3dc9148 commit 4e388d9Copy full SHA for 4e388d9
1 file changed
app/header.php
@@ -1,7 +1,9 @@
1
+<?php
2
+ob_start();
3
+require_once __DIR__ . '/function.php';
4
+?>
5
<!DOCTYPE html>
6
<html lang="zh-cn">
-<?php require_once __DIR__ . '/function.php'; ?>
-
7
<head>
8
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -57,4 +59,4 @@
57
59
</ul>
58
60
</div>
61
- <!-- 顶部导航栏END -->
62
+ <!-- 顶部导航栏END -->
0 commit comments