breadcrumb added
This commit is contained in:
parent
57e5bc8313
commit
9d766101ce
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
|||
Website: http://labguru.com/
|
||||
*/
|
||||
|
||||
if(!defined('MAIN_PAGE')){
|
||||
define('MAIN_PAGE', 'Global Announcement');
|
||||
}
|
||||
if(!defined('SUB_PAGE')){
|
||||
define('SUB_PAGE', 'Edit Announcement');
|
||||
}
|
||||
|
||||
|
||||
if(!function_exists('global_announcement'))
|
||||
|
|
Loading…
Add table
Reference in a new issue