gpt4 book ai didi

php - 每个页面的 HTML 主题

转载 作者:太空宇宙 更新时间:2023-11-04 07:05:33 26 4
gpt4 key购买 nike

我正在为我的 php 元素创建一个主题。我想通过创建一个简单的 theme.html 页面并将其包含到每个页面来减少我的代码量。

你们能帮帮我吗?

示例theme.html:

<html>
<body>
<h1>Welcome to panel</h1>
<ul>
<li><a class="home" href="#">Home</a></li>
<li><a class="about" href="#">About us</a></li>
<li><a class="contact" href="#">Contact us</a></li>
</ul>
<!-- content -->
<div class="content"><!-- other page codes will write here --></div>
<!-- content -->
</body>
<html>

现在我想将此代码包含到 index.html 并将表单代码写入内容 div?帮帮我……

最佳答案

您可以使用 php 来完成 为此,您必须将文件 .php 保存为 index.html 到 index.php然后包含如下文件

<?php include 'theme.php';?>

关于php - 每个页面的 HTML 主题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51648325/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com