Отдел продаж: 8 (800) 301-99-04 / info@fini-compressor.com
Сервисный центр: 8 (800) 600-44-83

Фильтры сжатого воздуха

AddEventHandler('main', 'OnEpilog', array('CMainHandlers', 'OnEpilogHandler')); class CMainHandlers { public static function OnEpilogHandler() { if ( isset($_GET['PAGEN_1']) && (intval($_GET['PAGEN_1'])>0) && (!defined('ERROR_404')) ) { $title = $GLOBALS['APPLICATION']->GetProperty('title'); $GLOBALS['APPLICATION']->SetPageProperty('title', $title.' (страница '.intval($_GET['PAGEN_1']).')'); $description = $GLOBALS['APPLICATION']->GetProperty('description'); $GLOBALS['APPLICATION']->SetPageProperty('description', $description.' (страница '.intval($_GET['PAGEN_1']).')'); } } }