mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 01:34:53 +02:00
2023.9.20
This commit is contained in:
parent
c3fd8536eb
commit
56bcbd810e
8 changed files with 13 additions and 11 deletions
|
@ -107,7 +107,7 @@
|
|||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -223,8 +223,8 @@
|
|||
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>
|
||||
<li {if $_routes[1] eq 'Terms_and_Conditions'}class="active" {/if}><a
|
||||
href="{$_url}pages/Terms_and_Conditions">Terms and Conditions</a></li>
|
||||
{$_MENU_PAGES}
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -77,10 +77,11 @@
|
|||
<button type="submit" class="btn btn-primary">{$_L['Login']}</button>
|
||||
</div>
|
||||
</div>
|
||||
<br><center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<br>
|
||||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue