я начинаю:
//наш первый скрипт
//наш первый скрипт
define('_IN_JOHNCMS', 1);
$rootpath = '../';
require('../incfiles/core.php');
require('../incfiles/head.php');
$headmod = 'foto';
$textl = 'Обмен фотками';
if (isset ($_GET['err']))
$act = 404;
switch ($act) {
case '404' :
////////////////////////////////////////////////////////////
// Сообщение об ошибке 404 //
////////////////////////////////////////////////////////////
echo display_error('Запрошенная Вами страница отсутствует');
break;
require('../incfiles/end.php');
define('_IN_JOHNCMS', 1);
$rootpath = '../';
require('../incfiles/core.php');
require('../incfiles/head.php');
$headmod = 'foto';
$textl = 'Обмен фотками';