Exemplo n.º 1
0
 public static function displayMenuNews(Module_WeChall $module)
 {
     $sel = Common::getGet('mo') === 'News' ? ' class="wc_menu_sel"' : '';
     $count = $module->getNewsCount();
     $app = $count === 0 ? '' : sprintf('[%d]', $count);
     return '<li><a' . $sel . ' href="' . GWF_WEB_ROOT . 'news">' . $module->lang('menu_news') . $app . '</a></li>';
 }