Файл: funct.php
Строк: 45
<?php
# Автор: npodykt #
# ICQ: 34-74-33 #
# Сайт: http://o7wap.ru #
function up($title)
{
$html='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="description" content=""/><meta name="keywords" content=""/>
<style type="text/css">
body { font-family: Arial,Tahoma; font-size: 12px; color: #556B2F; padding: 0px; margin: 0px; }
a { color: #6B8E23; text-decoration: none; }
.contur
{
color: #ffffff;
background-color: #45719B;
font-weight: bold;
padding: 5px;
}
.head { border-bottom: solid 2px #BDB76B; padding: 2px; margin: 0px; }
.menu { border-top: solid 1px #BDB76B; border-bottom: solid 2px #BDB76B; background: #EEE8AA; padding: 2px; margin: 1px 0px; }
.copy { border-top: solid 2px #483D8B; color: #000000; background: #d2e7c4; padding: 2px; margin: 0px; }
</style>
<title>ICQ-Сервис</title>
</head><body>
<div class="head"><div class="contur">Лучший CQ сервис от <b>npodykt</b>! Пользуйтесь на здоровье :)</div></div>';
return $html;
}
function down()
{
$foot='<div class="copy"><a href="http://o7wap.ru">©</a> by npodykt</div>
</body></html>';
return $foot;
}
?>