This commit is contained in:
parent
2c61d0c443
commit
0f358f0aa7
1 changed files with 2 additions and 0 deletions
|
@ -20,7 +20,9 @@ if(!function_exists('global_announcement'))
|
|||
global $db;
|
||||
$results = $db->select(tbl('global_announcement'),'*');
|
||||
$ann = htmlspecialchars_decode($results[0]['announcement']);
|
||||
if (!$ann ==''){
|
||||
echo '<div class="alert alert-info margin-bottom-10 ">'.$ann.'</div>';
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue