xref: /template/kiwiki/partial/footer.php (revision e410bf111c439134a622881dc1ee9c6a54dc3006)
1<footer id="dokuwiki__footer">
2    <div class="meta">
3
4        <?php if (tpl_getConf('ShowUserFooter')){
5        echo '<div class="user">';
6        tpl_userinfo();
7        echo '</div>';
8        }
9        ?>
10
11        <?php if (tpl_getConf('ShowACLFooter'))
12        echo '<div class="acl">' . Kiwiki_Functions::tpl_aclinfo() . '</div>'?>
13
14        <div class="doc"><?php tpl_pageinfo() ?></div>
15    </div>
16    <?php tpl_license('button') ?>
17    <?php tpl_includeFile('footer.html') ?>
18</footer>
19