\n";
echo "\n";
}
function CloseTable() {
echo " |
|
\n";
}
function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "\n";
echo "\n";
}
function CloseTable2() {
echo " |
|
\n";
}
function OpenTable3($module) {
global $bgcolor1, $bgcolor2;
$module ="1";
echo "\n";
echo "\n";
return $module;
}
function CloseTable3() {
echo " |
|
\n";
}
/************************************************************/
/* FormatStory */
/************************************************************/
function FormatStory($thetext, $notes, $aid, $informant) {
global $anonymous;
if ($notes != "") {
$notes = "
"._NOTE." $notes\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
echo "$thetext $notes\n";
} else {
if($informant != "") {
$boxstuff = "$informant ";
} else {
$boxstuff = "$anonymous ";
}
$boxstuff .= ""._WRITES." \"$thetext\"$notes\n";
echo "$boxstuff\n";
}
}
/************************************************************/
/* Function themeheader() */
/************************************************************/
function themeheader() {
global $banners, $user, $cookie, $prefix, $dbi, $module_name, $db, $user_prefix, $sitekey, $ads;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
echo "";
?>
echo "";
echo "";
echo "Каталог бесплатного порно ";
echo "Прямые ссылки на бесплатное порно видео и фото ";
echo "Все сайты предназначены для просмотра лицам старше 18 лет |
";
echo "";
echo " | ";
echo "
";
echo "
";
echo "";
echo "";
echo " | ";
echo "";
echo "";
echo "";
echo " |
";
echo "";
echo "";
echo "";
echo "";
echo " |
";
$public_msg = public_message();
echo "$public_msg\n"
."\n"
." |
\n"
."\n";
if ( $module_name == "Web_Links") {
echo "\n";
}
else {
echo " |
\n";
blocks(left);
echo "
";
echo " |  | ";
}
}
/************************************************************/
/* Function themefooter() */
/************************************************************/
function themefooter() {
global $module_name;
if (!defined('INDEX_FILE') OR ($module_name == "Forums")) {
echo " |
\n";
}
else {
echo " | ";
//blocks(right);
echo " | \n";
}
echo "
";
echo "
";
echo "
";
echo "Администрация сайта не несет ответственности за содержание сайтов и файлов, на которые ссылается. Детям до 18 лет вход воспрещен!";
?>
Copyright © 2004
Nicecoder.com. All Rights Reserved. Powered by INDEXU 4.2.0
}
/************************************************************/
/* Function themeindex() */
/************************************************************/
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
echo "\n"
."$title \n"
."[$time] \n";
FormatStory($thetext, $notes, $aid, $informant);
echo"
$morelink |
\n";
}
/************************************************************/
/* Function themearticle() */
/************************************************************/
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
echo "\n"
."$title \n"
."\n"
." \n";
FormatStory($thetext, $notes="", $aid, $informant);
echo "
"._POSTEDBY." ";
formatAidHeader($aid);
echo " [$datetime] \n"
." |
\n";
}
/************************************************************/
/* Function themesidebox() */
/************************************************************/
function themesidebox($title, $content)
{
//echo "
";
OpenTable();
echo "\n";
CloseTable();
}
?>