* @link http://suczawa.ath.cx/ **/ #wyświetl błąd function blad($msg) { die('

Blad Galerii Zdjec Suczawa 2009!

'.$msg.''); } function GenerujListeStron() { global $cnt; global $page; $content = ''; if ($page>1) { $content .= '<<'; $content .= '  < '; } #wygeneruj strony for ($i=1;$i<=$cnt;$i++) { if ($i==$page) { if ($i == $cnt) { $content .= ''.$i.''; } else { $content .= ''.$i.''.' | '; } } else { if ($i == $cnt) { $content .= ''.$i.' '; } else { $content .= ''.$i.' | '; } } } #dodaj linka "+1 strona" oraz do ostatniej if ($page<$cnt) { $content .= '>'; $content .= '  >>'; } #dodaj linka do ostatniej strony echo $content; } ?>