For Header and Footer in Customer!

Minor improvements to the appearance of the footer. (⁠◕⁠ᴗ⁠◕⁠✿⁠)
This commit is contained in:
Ahmad Husein
2024-10-17 16:06:56 +07:00
committed by GitHub
parent b3744a5007
commit 3475a6086d
2 changed files with 15 additions and 0 deletions

View File

@ -2,15 +2,20 @@
</div>
{if isset($_c['CompanyFooter'])}
<footer class="main-footer">
<div class="container-fluid">
<div class="pull-center">
{$_c['CompanyFooter']}
</div>
<div class="pull-right">
<a href="javascript:showPrivacy()">Privacy</a>
&bull;
<a href="javascript:showTaC()">T &amp; C</a>
</div>
</div>
</footer>
{else}
<footer class="main-footer">
<div>
PHPNuxBill by <a href="https://github.com/hotspotbilling/phpnuxbill" rel="nofollow noreferrer noopener"
target="_blank">iBNuX</a>, Theme by <a href="https://adminlte.io/" rel="nofollow noreferrer noopener"
target="_blank">AdminLTE</a>
@ -19,6 +24,7 @@
&bull;
<a href="javascript:showTaC()">T &amp; C</a>
</div>
</div>
</footer>
{/if}
</div>