include("010-header.php"); ?>
//include("020-title.php"); ?>
Главная страница RK3MXH
$dh = opendir('.'); while ($file = readdir($dh)) { if (is_dir($file)and($file!='.')and($file!='..')) { //print "$file
"; $dirs[$file]=$file; }; }; closedir($dh); ?>
sort($dirs); reset($dirs); while (list ($key, $val) = each ($dirs) ) { print"
"; //print("
"); print("
"); print"
"; include($val."/name.txt"); print"
"; include($val."/comment.txt"); print"
"; print"
"; }; ?>
include("cnt.php"); ?> include("030-footer.php"); ?>