You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
190 B
13 lines
190 B
5 years ago
|
|
||
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||
|
<tr><td align="center" valign="top">
|
||
|
|
||
|
<?php
|
||
|
if($getQ[1]){
|
||
|
@include "sheet/turni/".$getQ[1].".php";
|
||
|
}
|
||
|
?>
|
||
|
|
||
|
|
||
|
</td></tr></table>
|