


a hlavně Blasenovi samo



<?php


/**
* BLASSENweb - the future of your web !
* http://blassenweb.net/
* 
* hjosef.net - drackuv sen
* http://hjosef.net/
* 
**/


if (stristr($_SERVER['SCRIPT_NAME'], basename(__FILE__)) OR !defined('UN_KERNELFILES_LOADED')) {
Header("Location: ../index.php");
die();
}


global $db;


$result = $db->sql_query("SELECT pid, title FROM ".UN_TABLENAME_PAGES." WHERE active='1' ORDER BY pid DESC LIMIT 0,5");
$content = "";
$content .= "<a name= \"scrollingCode\"></a><marquee behavior=\"scroll\" align=\"center\" direction=\"up\" scrollamount=\"1\" scrolldelay=\"20\" onmouseover='this.stop()' onmouseout='this.start()'>";
while ($row = $db->sql_fetchrow($result)) {
$pid = $row['pid'];
$title = stripslashes($row['title']);
$content .= " <a href=\"modules.php?name=Content&pa=showpage&pid=".$pid."\">".$title."</a><br />";
}
$content .= "</marquee>";
$db->sql_freeresult($result);


?>



z tebe by si ostatní měli vzít příklad chlape.


![]() |
|