Файл: services.php
Строк: 25
<?php
////////////////////////////////////////
///// Основа ApiCMS //////
///// Автор биллинга - IvanDanilov /////
///// ICQ 936545, mail: KyberID@ya.ru //
////////////////////////////////////////
$title='Сервисы'; // заголовок страницы
//////////////////////////////
require_once 'api_core/apicms_system.php';
require_once 'api_core/head.php';
//////////////////////////////
if (!$user['id']) header('location: /');
echo '<table width="100%" cellpadding="0" border="0" cellspacing="0">';
echo "<tr><td width='50%'><a href='encode.php' class='subhead'><b><img src='../../design/menu/pr.png' alt=''> Кодирование</b></a></td>";
echo "<td width='50%'><a href='skrinshoter' class='subhead'><b><img src='../../design/menu/skrinshoter.png' alt=''> Скрин сайта</b></a></td></tr></table>";
echo '<table width="100%" cellpadding="0" border="0" cellspacing="0">';
echo "<tr><td width='50%'><a href='surl.php' class='subhead'><b><img src='../../design/menu/surl.png' alt=''> Исходный код</b></a></td>";
echo "<td width='50%'><a href='smilehost' class='subhead'><b><img src='../../design/menu/smilehost.png' alt=''> Смайлы</b></a></td></tr></table>";
apicms_foot();
//////////////////////////////
?>