1 Star 0 Fork 25

张恩宇/Joe再续前缘版

forked from 易航/Joe再续前缘版 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wallpaper.php 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
易航 提交于 2022-08-09 17:09 . update
<?php
/**
* 壁纸
*
* @package custom
*
**/
?>
<?php $this->need('public/common.php'); ?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<?php $this->need('public/include.php'); ?>
<link rel="stylesheet" href="<?php _JStorageUrl('assets/css/joe.wallpaper.css'); ?>">
<script src="<?php _JStorageUrl('assets/js/joe.wallpaper.js'); ?>"></script>
</head>
<body>
<h1 style="display:none"><?php $this->archiveTitle(array('category' => '分类 %s 下的文章', 'search' => '包含关键字 %s 的文章', 'tag' => '标签 %s 下的文章', 'author' => '%s 发布的文章'), '', ' - '); ?><?php $this->options->title(); ?></h1>
<div id="Joe">
<?php $this->need('public/header.php'); ?>
<div class="joe_container">
<div class="joe_main">
<div class="joe_wallpaper__type">
<div class="joe_wallpaper__type-title">壁纸分类</div>
<ul class="joe_wallpaper__type-list">
<li class="error">正在拼命加载中...</li>
</ul>
</div>
<div class="joe_wallpaper__list"></div>
<ul class="joe_wallpaper__pagination"></ul>
</div>
<?php $this->need('public/aside.php'); ?>
</div>
<?php $this->need('public/footer.php'); ?>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhang-enyu/Joe.git
[email protected]:zhang-enyu/Joe.git
zhang-enyu
Joe
Joe再续前缘版
master

搜索帮助