include('cms/public/api.php'); if(!isset($_REQUEST['id']) || ($id=$_REQUEST['id']) && (!($obj = $api->objects->getFullObject($id)) || (($obj['class_id'] != 1) && ($obj['class_id'] != 3)))){ // exit( header('location: /404.php') ); } $vars = array( "ru"=>array( "attachedPages"=>'Прикреплённые страницы', "attachedFiles"=>'Прикреплённые файлы', "attachedPhotos"=>'Прикреплённые фото' ), "en"=>array( "attachedPages"=>'Attached pages', "attachedFiles"=>'Attached files', "attachedPhotos"=>'Attached pictures' ), "kz"=>array() ); $api->header(array('page-title'=>(strip_tags(html_entity_decode($obj['Название']))))); # ВЛОЖЕННОСТЬ $mothers = array(); function getMothers($id) { global $api; global $mothers; if (is_numeric($id) && ($id != 0) && ($o = $api->objects->getObject($id, false)) && (($o['class_id'] == 1) || ($o['class_id'] == 3))) { $mothers[] = $o['id']; getMothers($o['head']); } } getMothers($obj['head']); $mothers = array_reverse($mothers); # ХЛЕБНЫЕ КРОШКИ if (sizeof($mothers) > 0) { $out = array(); foreach($mothers as $obj_id) { if (is_numeric($obj_id) && ($path_obj = $api->objects->getFullObject($obj_id, false))) $out[] = ''.$path_obj['Название'].''; } //echo '
'.($k + 1).'. | '.$file['Название'].'.'.$dp.' |