Merge branch 'bootstrap' of https://github.com/MPOS/php-mpos into bootstrap

Round Datatable
This commit is contained in:
root 2014-03-01 14:43:12 -07:00
commit ed41ea8198
2 changed files with 22 additions and 7 deletions

View File

@ -1,8 +1,17 @@
<p><strong>MPOS</strong> by TheSerapher, available on <a href="https://github.com/MPOS/php-mpos">GitHub</a></p>
<p>Please <strong>Donate</strong> to TheSerapher LTC: Lge95QR2frp9y1wJufjUPCycVsg5gLJPW8</p>
<p><strong>Copyright &copy; 2013 Sebastian Grewe</strong>, Theme by <a href="http://www.medialoot.com">MediaLoot</a></p>
{if $DEBUG > 0}
<div id="debug">
{nocache}{include file="system/debugger.tpl"}{/nocache}
<div class="row">
<div class="col-lg-12">
<div class="panel-body">
<font size="1">
<center>
<strong>MPOS</strong> by TheSerapher, available on <a href="https://github.com/MPOS/php-mpos">GitHub</a>
<br>
Please <strong>Donate</strong> to TheSerapher LTC: Lge95QR2frp9y1wJufjUPCycVsg5gLJPW8
<br>
<strong>Copyright &copy; 2014 Sebastian Grewe</strong>
</center>
</font>
</table>
</div>
</div>
</div>
{/if}

6
public/templates/bootstrap/master.tpl Executable file → Normal file
View File

@ -64,3 +64,9 @@
</div>
</div>
<div id="footer">
{include file="global/footer.tpl"}
</div>
</body>
</html>