1 Star 1 Fork 0

朱某不爱说话 / typecho-Z001

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
friends.php 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
朱某不爱说话 提交于 2024-06-01 14:22 . 1.0.3
<?php
/**
* 友链
*
* @package custom
*
**/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('public/header.php');
?>
<div class="container">
<div class="card p-4 respond">
<div id="nice">
<?php $this->content(); ?>
</div>
<div id="link-list">
<?php if (isset($this->options->plugins['activated']['Links'])) : ?>
<?php
Links_Plugin::output('
<li><a href="{url}" title="{title}" target="_blank" rel="noopener">{name}:{url}</a></li>
', 0);
?>
<?php endif; ?>
</div>
</div>
<?php $this->need('public/comments.php'); ?>
</div>
<?php $this->need('public/footer.php'); ?>
PHP
1
https://gitee.com/zhuxucy/typecho-Z001.git
git@gitee.com:zhuxucy/typecho-Z001.git
zhuxucy
typecho-Z001
typecho-Z001
master

搜索帮助