php-mpos/public/templates/mpos/statistics/graphs/default.tpl
Sebastian Grewe 02c9be54ed [MAJOR] Changing project name to MPOS
* Adjusted mmcfe-ng occurences in code
* Adjusted Database strucutre to only supply the full structure
* Adjusted default template to MPOS

Addresses #643
2013-10-07 10:10:49 +02:00

16 lines
530 B
Smarty

<article class="module width_full">
<header>
<h3 class="tabs_involved">Stats</h3>
<ul class="tabs">
<li><a href="#mine">Mine</a></li>
<li><a href="#pool">Pool</a></li>
<li><a href="#both">Both</a></li>
</ul>
</header>
<div class="tab_container">
{include file="{$smarty.request.page}/{$smarty.request.action}/mine.tpl"}
{include file="{$smarty.request.page}/{$smarty.request.action}/pool.tpl"}
{include file="{$smarty.request.page}/{$smarty.request.action}/both.tpl"}
</div>
</article>