View file nom2.php

File size: 735B
<? 
include_once '../sys/inc/start.php'; 
include_once '../sys/inc/compress.php'; 
include_once '../sys/inc/sess.php'; 
include_once '../sys/inc/home.php'; 
include_once '../sys/inc/settings.php'; 
include_once '../sys/inc/db_connect.php'; 
include_once '../sys/inc/ipua.php'; 
include_once '../sys/inc/fnc.php'; 
include_once '../sys/inc/user.php'; 
$set['title']='Выпуск №2'; // заголовок страницы 
include_once '../sys/inc/thead.php'; 
title(); 
aut(); 

echo 'В этом выпуске:<br>'; 

 
echo "<a href='/gazeta/stop1.php'>Жызнь сайта<br>\n";
echo "<a href='/gazeta/stop3.php'>КАК СТАТЬ ВЕБМАСТЕРОМ.<br>\n"; 
include_once '../sys/inc/tfoot.php'; 
?>