Path : /srv/www/vhosts/pscentrum/ |
Current File : /srv/www/vhosts/pscentrum/index2.php |
<?php $item=$HTTP_GET_VARS['item']; include('zaklad.php'); zahlavi(); nabidka ($item); ?> <br /> <table summary="" width="800"> <tr><td><?php if ($item ==1) include('menu1.php'); if ($item ==2) include('menu2.php'); if ($item ==3) include('menu3.php'); if ($item ==4) include('menu4.php'); if ($item ==5) include('menu5.php'); ?></td></tr> </table> <?php zapati(); ?>