<?php /** * User-editable Footer * - Moved template actions to footer */ ?>

<?php

   tpl_include_page(':admin:wiki:footerbar');
   tpl_action('recent', 1); echo '&nbsp; • &nbsp;';

# tpl_action('media', 1); echo '&nbsp; • &nbsp;';

   tpl_action('index', 1);
   tpl_license(''); // license text 
?>