Jacek Kowalski
2012-06-23 175a52e78df3f3462927885ce6d732cb1b36a818
1
2
3
4
5
6
7
8
9
10
11
<?php
include('./includes/std.php');
 
$title = 'Książki wycofane';
include('./design/top.php');
 
$_GET['wycofana'] = 1;
gotowe::lista();
 
include('./design/bottom.php');
?>