1<?php
2/**
3 * Template footer, included in the main and detail files
4 */
5
6// must be run from within DokuWiki
7if (!defined('DOKU_INC')) die();
8?>
9
10<!-- ********** FOOTER ********** -->
11<div id="dokuwiki__footer">
12    <div class="pad">
13        <?php tpl_license(''); // license text ?>
14        <div class="wrap">
15            本站由<a href="http://weibo.com/fansongy" title="author"> @松阳 </a>基于<a href="http://www.dokuwiki.org" title="DokuWiki"> DokuWiki </a>搭建,使用主题为<a href="https://www.dokuwiki.org/template:daily" title="Daily"> Daily </a>。
16        </div>
17    </div>
18</div><!-- /footer -->
19