Your IP : 3.139.107.148


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/statistic/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/statistic/prolog.php

<?
define("ADMIN_MODULE_NAME", "statistic");
define("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>");

$message = null;
if(CModule::IncludeModule('statistic'))
{
	if(!$message && CStatistics::CheckForDDL())
	{
		$message = new CAdminMessage(Array("MESSAGE"=>GetMessage("STAT_NEW_INDEXES_NOT_INSTALLED").' <a href="settings.php?lang='.LANG.'&amp;mid=statistic&amp;tabControl2_active_tab=fedit4#services">'.GetMessage("STAT_NEW_INDEXES_INSTALL").'</a>', "TYPE"=>"ERROR", "HTML"=>true));
	}

	if(!$message && CModule::IncludeModule("currency"))
	{
		$base_currency = GetStatisticBaseCurrency();
		if($base_currency == '')
			$message = new CAdminMessage(Array("MESSAGE"=>GetMessage("STAT_BASE_CURRENCY_NOT_INSTALLED").' <a href="settings.php?lang='.LANG.'&amp;mid=statistic">('.GetMessage("STAT_CHOOSE_CURRENCY").')</a>', "TYPE"=>"ERROR", "HTML"=>true));
	}
}
?>