1<?php
2/**
3 * M1 Mobile Menu, included in the main and detail files.  Also includes all mobile menu information.
4 */
5
6// must be run from within DokuWiki
7if (!defined('DOKU_INC')) die();
8?>
9
10	<div id="dokuwiki__footer">
11        <div class="doc">
12        <?php tpl_pageinfo() /* 'Last modified' etc */ ?>
13        </div>
14        <?php tpl_license($img=0) /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?>
15    </div><!-- /footer -->