1
0
Fork 0
xcache/htdocs/cacher/summary.tpl.php

6 lines
245 B
PHP
Raw Normal View History

<?php include "../common/header.tpl.php"; ?>
<div class="switcher"><?php echo switcher("do", $doTypes); ?></div>
<?php include "./sub/summary.tpl.php"; ?>
<?php include "./sub/moduleinfo.tpl.php"; ?>
<?php include "../common/footer.tpl.php"; ?>