forked from kevinowino869/mitrobill
Add Privacy Policy and Terms of Condition
This commit is contained in:
@ -218,14 +218,19 @@
|
||||
<li {if $_routes[1] eq 'Voucher'}class="active" {/if}><a
|
||||
href="{$_url}pages/Voucher">{$_L['Voucher']} Template</a></li>
|
||||
<li {if $_routes[1] eq 'Announcement'}class="active" {/if}><a
|
||||
href="{$_url}pages/Announcement">{$_L['Announcement']} Editor</a></li>
|
||||
href="{$_url}pages/Announcement">{$_L['Announcement']}</a></li>
|
||||
<li {if $_routes[1] eq 'Registration_Info'}class="active" {/if}><a
|
||||
href="{$_url}pages/Registration_Info">{$_L['Registration_Info']} Editor</a></li>
|
||||
href="{$_url}pages/Registration_Info">{$_L['Registration_Info']}</a></li>
|
||||
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
||||
href="{$_url}pages/Privacy_Policy">Privacy Policy</a></li>
|
||||
<li {if $_routes[1] eq 'Terms_of_Conditions'}class="active" {/if}><a
|
||||
href="{$_url}pages/Terms_of_Conditions">Terms and Conditions</a></li>
|
||||
{$_MENU_PAGES}
|
||||
</ul>
|
||||
</li>
|
||||
{$_MENU_AFTER_PAGES}
|
||||
<li class="{if $_system_menu eq 'settings' || $_system_menu eq 'paymentgateway' }active{/if} treeview">
|
||||
<li
|
||||
class="{if $_system_menu eq 'settings' || $_system_menu eq 'paymentgateway' }active{/if} treeview">
|
||||
<a href="#">
|
||||
<i class="ion ion-gear-a"></i> <span>{$_L['Settings']}</span>
|
||||
<span class="pull-right-container">
|
||||
|
@ -3,12 +3,22 @@
|
||||
{if isset($_c['CompanyFooter'])}
|
||||
<footer class="main-footer">
|
||||
{$_c['CompanyFooter']}
|
||||
<div class="pull-right hidden-xs">
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
</div>
|
||||
</footer>
|
||||
{else}
|
||||
<footer class="main-footer">
|
||||
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>
|
||||
<div class="pull-right hidden-xs">
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
</div>
|
||||
</footer>
|
||||
{/if}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user