- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
<?php
/**
* @author DanxilLsPro.net16.net
* @copyright 2010
* @email [email protected]
*/
session_start();
//require_once "include/auth.php";
require_once "include/config.php";
require_once "include/function.php";
if(is_numeric($_GET['theme']) and $_GET['theme'] >= 1){
$theme = getTheme($_GET['theme']);
if($theme == false)show_error();
}
top("Просмотр всех тем - Знания - народу!",$style,$bg);
echo<<<FOO
<TD ROWSPAN=2 bgcolor="122745">
<p>
FOO;
if(is_numeric($_GET['theme']) and $_GET['theme'] >= 1)
showTheme($theme->name,$theme->time,$theme->author,$theme->text,$theme->voted,$theme->view,$style);
else
echo show_all_theme();
echo "</p>";
bottom("Знания принадлежат народу!",$style);
?>
Это полный как бе ппц. К чему приводят бессонные ночи в количестве более одной ^^
homakov 05.01.2010 12:15 # +1
guest 05.01.2010 12:33 # +2
danxill 05.01.2010 21:04 # −2
guest 06.01.2010 03:39 # −2
По сути все верно и правильно.
guest 07.01.2010 13:11 # +1