mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 00:01:06 +02:00
distinguish between announcements on the user dashboard and the login page
This commit is contained in:
parent
dc70a49f52
commit
b153e5b595
3 changed files with 4 additions and 1 deletions
1
pages_template/Announcement_Users.html.html
Normal file
1
pages_template/Announcement_Users.html.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Pengumuman!!<br>Besok libur<br><br>Announcement!!<br>Tomorrow holiday<br>
|
|
@ -249,6 +249,8 @@
|
||||||
href="{$_url}pages/Voucher">{Lang::T('Voucher')} Template</a></li>
|
href="{$_url}pages/Voucher">{Lang::T('Voucher')} Template</a></li>
|
||||||
<li {if $_routes[1] eq 'Announcement'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Announcement'}class="active" {/if}><a
|
||||||
href="{$_url}pages/Announcement">{Lang::T('Announcement')}</a></li>
|
href="{$_url}pages/Announcement">{Lang::T('Announcement')}</a></li>
|
||||||
|
<li {if $_routes[1] eq 'Announcement_Users'}class="active" {/if}><a
|
||||||
|
href="{$_url}pages/Announcement_Users">{Lang::T('Users Announcement')}</a></li>
|
||||||
<li {if $_routes[1] eq 'Registration_Info'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Registration_Info'}class="active" {/if}><a
|
||||||
href="{$_url}pages/Registration_Info">{Lang::T('Registration Info')}</a></li>
|
href="{$_url}pages/Registration_Info">{Lang::T('Registration Info')}</a></li>
|
||||||
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<h3 class="box-title">{Lang::T('Announcement')}</h3>
|
<h3 class="box-title">{Lang::T('Announcement')}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
{include file="$_path/../pages/Announcement.html"}
|
{include file="$_path/../pages/Announcement_Users.html"}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue