1 Star 1 Fork 0

朱某不爱说话 / typecho-theme-A-main

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
friends.php 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
朱某不爱说话 提交于 2023-09-16 11:30 . 1.0.0
<?php
/**
* 友链
*
* @package custom
*
**/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('public/header.php');
?>
<?php $this->content(); ?>
<div id="link-list">
<?php if (isset($this->options->plugins['activated']['Links'])) : ?>
<?php
Links_Plugin::output('
<h4>{name}: <a target="_blank" href="{url}" class="link-wrap">{url}</a></h4>
', 0);
?>
<?php endif; ?>
</div>
<?php $this->need('public/footer.php'); ?>
HTML
1
https://gitee.com/zhuxucy/typecho-a.git
git@gitee.com:zhuxucy/typecho-a.git
zhuxucy
typecho-a
typecho-theme-A-main
master

搜索帮助