ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ
'.$pages[$_GET['id']]["Caption"].''; $incpath = "data/pages/".$_GET['id'].".html"; if (file_exists($incpath)) { include $incpath; } else { echo ""; } ?>