<?php
/**
 * Template footer, included in the main and detail files
 */

// must be run from within DokuWiki
if (!defined('DOKU_INC')) die();
?>

<!-- ********** FOOTER ********** -->
<div id="dokuwiki__footer">
    <div class="pad">
        <?php tpl_license(''); // license text ?>
        <div class="wrap">
            本站由<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>。
        </div>
    </div>
</div><!-- /footer -->
