示例#1
0
<?php
/**
* Template for displaying the footer
*
* @package reader
*/
?>
    <div id="push"></div>
</div>

<footer>
    <div class="container-narrow">
        <p class="muted pull-right">Powered by <a href="#">MangaReader</a></p>
        <p class="muted">All rights reserved.</p>
    </div>
</footer>
<?php mr_footer(); ?>
</body>
</html>
示例#2
0
      </div>
    </div>
  </div>
<?php 
mr_footer();
?>
</body>
</html>