2define(
"ADMIN_MODULE_NAME",
"statistic");
3define(
"ADMIN_MODULE_ICON",
"<a href=\"stat_list.php?lang=".LANG.
"\"><img src=\"/bitrix/images/statistic/statistic.gif\" width=\"48\" height=\"48\" border=\"0\" alt=\"".
GetMessage(
"STAT_MODULE_TITLE").
"\" title=\"".
GetMessage(
"STAT_MODULE_TITLE").
"\"></a>");
6if(CModule::IncludeModule(
'statistic'))
8 if(!
$message && CStatistics::CheckForDDL())
10 $message =
new CAdminMessage(Array(
"MESSAGE"=>
GetMessage(
"STAT_NEW_INDEXES_NOT_INSTALLED").
' <a href="settings.php?lang='.LANG.
'&mid=statistic&tabControl2_active_tab=fedit4#services">'.
GetMessage(
"STAT_NEW_INDEXES_INSTALL").
'</a>',
"TYPE"=>
"ERROR",
"HTML"=>
true));
13 if(!
$message && CModule::IncludeModule(
"currency"))
17 $message =
new CAdminMessage(Array(
"MESSAGE"=>
GetMessage(
"STAT_BASE_CURRENCY_NOT_INSTALLED").
' <a href="settings.php?lang='.LANG.
'&mid=statistic">('.
GetMessage(
"STAT_CHOOSE_CURRENCY").
')</a>',
"TYPE"=>
"ERROR",
"HTML"=>
true));
GetMessage($name, $aReplace=null)