to_array(), EXTR_PREFIX_ALL, "f"); } else { extract($fetch_row[$f_RowNum], EXTR_PREFIX_ALL, "f"); } foreach($iteration_RecordTemplate[$f_RowNum] as $value) { extract($value); } !isset($cc_env["convert2txt"]) ? $cc_env["convert2txt"] = null : null; eval($cc_env["convert2txt"]); ob_start(); /* Конец служебной части */?> '; } if ($cc_settings['linkOn'] === 'icon' || $cc_settings['linkOn'] === 'all') { $_icon = "$_icon"; } else { $_icon = "" . $_icon . ""; } $_name = ($f_Name ?: pathinfo($f_File_name, PATHINFO_FILENAME)); if ($cc_settings['linkOn'] === 'name' || $cc_settings['linkOn'] === 'all') { $_name = "$_name"; } else { $_name = "" . $_name . ""; } $_size = ""; if ($cc_settings['showSize'] === 'on') { $_size = "" . strtoupper(pathinfo($f_File_name, PATHINFO_EXTENSION)) . ", " . nc_bytes2size($f_File_size) . ""; } switch ($cc_settings['displayAs']) { case "icon": $_return = "
" . $_icon . $_size . "
"; break; case "name": $_return = $_name . $_size; break; case "full": default: $_return = "
" . $_icon . $_name . "
" . $_size; break; } ?>
">