示例#1
0
    $article = $articleset->getRecord();
}
//get_event sa asi pouziva na zmenu nalady
if ($_GET['get_event']) {
    include_once "get_eventz.inc";
}
//named butons event
if ($_POST['event']) {
    include "{$action}_eventz.inc";
}
//tomuto nechapem
if ($action == "session") {
    $node_id = 158;
}
// tiez neviem na co to tu je
$kyberia->updateUserData($user_id);
//ak sa ide registrovat novy user
include "header.inc";
if ($action == 'register') {
    echo "<table><tr><td width='125' valign='top'>";
    echo "</td><td width='600' valign='top'>";
    include_once "register.inc";
    echo "</td></tr></table>";
    die;
}
//ak nie je prihlaseny tak zobrazi ten velky obrazok kyberia
if (!$user_id) {
    echo "<a href=http://kyberia.sk/><img src=http://kyberia.sk/images/top.gif border=0></a><br>";
} else {
    echo "<br><br>";
}