Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / boxiky / register.php
CommitLineData
bc13d5d6
H
1<?php
2$id_page=1;
3include("./inc/kyberia.inc");
4$kyberia=new CLASS_KYBERIA();
5if (!$offset) $offset=0;
6Header("Cache-control: no-cache");
7?>
8<html><head>
9<title>
10<?php
11echo "kyberia.sk - ",$kyberia->getTitle();
12?>
13</title>
14<link rel=stylesheet type="text/css" href="http://localhost/kyberia/css/griga.css">
15</head>
16<body>
17<table cellspacing=10>
18<tr>
19
20<td valign=top width=150>
21<?php include("navbox.inc"); ?>
22<br>
23<?php include("introbox.inc"); ?>
24<br>
25<?php include("haluskabox.inc")?>
26</td>
27
28<td valign=top width=500>
29<?php include("register.inc"); ?>
30</td>
31
32<td valign=top width=125>
33<?php include("select_rubrika_box.inc");?>
34<br>
35<?php include("mame_radi_box.inc");?>
36
37</td></tr></table>
38
39<?php
40include("tiraz.inc");
41?>
This page took 0.132564 seconds and 4 git commands to generate.