Galeria Użytkowników:";
echo "
";
$result = dbquery("SELECT * FROM ".$db_prefix."photos ORDER BY photo_id DESC LIMIT 0,25");
if (dbrows($result) != 0) {
while($data = dbarray($result)) {
$itemsubject = trimlink($data['photo_id'], 23);
$itemdescription = trimlink($data['photo_title'], 23);
echo "Ostatnio dodane zdjęcie to:
\n";
}
} else {
echo $locale['004'];
}
closetable();
echo "".makePageNav($rowstart,12,dbcount("(comment_id)", "comments"),3,FUSION_SELF."?")."
\n";
echo "\n";
require_once "side_right.php";
require_once "footer.php";
?>