array('Bio', 'биографии'), 23936 => array('Disco', 'дискографии'), 23937 => array('Interview', 'интервью'), 23938 => array('History', 'история'), 23943 => array('Other', 'другое') ); if(!empty($page->values['redirect'])) { if(strpos($page->values['redirect'], 'http://') === FALSE) header('Location: /index.html/path-'.$page->values['redirect'].'/'); else header('Location: /redirect.php?'.$page->values['redirect']); die(); } // Подготовка блока инклудов. $includes = explode(';', $page->values['includes']); $includes_indx = 0; for($i = 0; $i < count($includes); $i++) if(!empty($includes[$i])) include(_realpath('/_Includes/_Modules/'.$includes[$i])); ?>