' . dcPage::jsLoad('js/_posts_list.js') . dcPage::jsToolBar() . dcPage::jsPageTabs($tab) . dcPage::jsLoad('index.php?pf=activityReport/js/main.js') . '\n" . '

' . html::escapeHTML($core->blog->name) . ' › ' . __('Activity report') . '

'; if (!activityReport::hasMailer()) { echo '

' . __('This server has no mail function, activityReport not send email report.') . '

'; } activityReportLib::logTab($core, __('Logs')); if ($core->auth->isSuperAdmin()) { activityReportLib::logTab($core, __('Super logs'), true); } echo '';