View file www/service/index.php

File size: 1.61Kb
<?
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']='Сервисы - Меню';
include_once '../sys/inc/thead.php';
title();
aut();
err();

?>

<div class='main'><img width='20px' src='/style/img/sep.png'><a href='/'> На главную</a> | Сервисы</div>


	<div class='main' style='text-align: center;padding:6px;'>
<table><tr>

<td width='48%'><div class='nav1'><a href='/service/radio'><img width='55px' height='55px' src='/style/img/w128h1281385326580radio.png'><br>Радио</a></div></td>

<td width='48%'><a href='/service/tv'><div class='nav1'><img width='55px' height='55px' src='/style/img/w128h1281385326592tv.png'><br>Смотреть-TB</a></div></td>

</tr></table></div>

	<div class='main' style='text-align: center;padding:6px;'>
<table><tr>

<td width='48%'><div class='nav1'><a href='/service/others/calendar.php'><img width='55px' height='55px' src='/style/img/w128h1281385326539calendar.png'><br>Календарь</a></div></td>

<td width='48%'><div class='nav1'><a href='/service/others/pass-gen.php'><img width='55px' height='55px' src='/style/img/w128h1281385326489locked.png'><br>Ген.пароля</a></div></td>


</tr></table></div>

<div class='main'><img width='20px' src='/style/img/sep.png'><a href='/'> На главную</a> | Сервисы</div>


<?
include_once '../sys/inc/tfoot.php';
?>