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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View File

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

View File

@ -124,6 +124,15 @@
padding: 15px; padding: 15px;
color: rgb(100 116 139); color: rgb(100 116 139);
border-top: 1px solid #d2d6de; border-top: 1px solid #d2d6de;
min-height: 10rem;
}
.main-footer .container {
background: rgb(28 36 52);
}
.main-footer .container .pull-right {
background-color: rgb(28 36 52);
} }
.panel-primary { .panel-primary {