This commit is contained in:
Fahad Abbas 2014-08-05 11:12:59 +00:00
parent 2c61d0c443
commit 0f358f0aa7

View file

@ -20,7 +20,9 @@ if(!function_exists('global_announcement'))
global $db; global $db;
$results = $db->select(tbl('global_announcement'),'*'); $results = $db->select(tbl('global_announcement'),'*');
$ann = htmlspecialchars_decode($results[0]['announcement']); $ann = htmlspecialchars_decode($results[0]['announcement']);
if (!$ann ==''){
echo '<div class="alert alert-info margin-bottom-10 ">'.$ann.'</div>'; echo '<div class="alert alert-info margin-bottom-10 ">'.$ann.'</div>';
}
} }
/* /*