mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
moved announcements to template-class .. its the same for every single page...
This commit is contained in:
@@ -4,11 +4,6 @@ if (!defined('AOWOW_REVISION'))
|
||||
die('illegal access');
|
||||
|
||||
|
||||
// Announcements
|
||||
$announcements = DB::Aowow()->Select('SELECT * FROM ?_announcements WHERE flags & 0x10 AND (page = "maps" OR page = "*")');
|
||||
foreach ($announcements as $k => $v)
|
||||
$announcements[$k]['text'] = Util::localizedString($v, 'text');
|
||||
|
||||
$page = array(
|
||||
'reqCSS' => array(
|
||||
array('string' => 'zone-picker { margin-left: 4px }'),
|
||||
@@ -27,7 +22,6 @@ $page = array(
|
||||
|
||||
$smarty->updatePageVars($page);
|
||||
$smarty->assign('lang', array_merge(Lang::$main, Lang::$maps));
|
||||
$smarty->assign('announcements', $announcements);
|
||||
$smarty->assign('mysql', DB::Aowow()->getStatistics());
|
||||
$smarty->display('maps.tpl');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user