Fix Footer
This commit is contained in:
parent
aa4cb8e8ee
commit
d210537889
@ -1,17 +1 @@
|
|||||||
|
Powered by <a href="https://github.com/MPOS/php-mpos">MPOS</a> | Donate to Lge95QR2frp9y1wJufjUPCycVsg5gLJPW8
|
||||||
<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 © 2014 Sebastian Grewe</strong>
|
|
||||||
</center>
|
|
||||||
</font>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
@ -33,33 +33,30 @@
|
|||||||
<script src="{$PATH}/js/mpos.js"></script>
|
<script src="{$PATH}/js/mpos.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="wrapper">
|
||||||
|
{include file="global/header.tpl"}
|
||||||
|
{include file="global/navigation.tpl"}
|
||||||
|
|
||||||
<div id="wrapper">
|
<div id="page-wrapper"><br />
|
||||||
|
{nocache}
|
||||||
{include file="global/header.tpl"}
|
{if is_array($smarty.session.POPUP|default)}
|
||||||
{include file="global/navigation.tpl"}
|
{section popup $smarty.session.POPUP}
|
||||||
|
<div class="{$smarty.session.POPUP[popup].TYPE|default:"alert alert-info"}">{$smarty.session.POPUP[popup].CONTENT nofilter}</div>
|
||||||
<div id="page-wrapper"><br />
|
{/section}
|
||||||
{nocache}
|
{/if}
|
||||||
{if is_array($smarty.session.POPUP|default)}
|
{/nocache}
|
||||||
{section popup $smarty.session.POPUP}
|
{if $CONTENT != "empty" && $CONTENT != ""}
|
||||||
<div class="{$smarty.session.POPUP[popup].TYPE|default:"alert alert-info"}">{$smarty.session.POPUP[popup].CONTENT nofilter}</div>
|
{if file_exists($smarty.current_dir|cat:"/$PAGE/$ACTION/$CONTENT")}
|
||||||
{/section}
|
{include file="$PAGE/$ACTION/$CONTENT"}
|
||||||
|
{else}
|
||||||
|
Missing template for this page
|
||||||
{/if}
|
{/if}
|
||||||
{/nocache}
|
{/if}
|
||||||
{if $CONTENT != "empty" && $CONTENT != ""}
|
<footer>
|
||||||
{if file_exists($smarty.current_dir|cat:"/$PAGE/$ACTION/$CONTENT")}
|
|
||||||
{include file="$PAGE/$ACTION/$CONTENT"}
|
|
||||||
{else}
|
|
||||||
Missing template for this page
|
|
||||||
{/if}
|
|
||||||
{/if}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer">
|
|
||||||
{include file="global/footer.tpl"}
|
{include file="global/footer.tpl"}
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user