Line | |
---|
1 | <?php
|
---|
2 | include("./scripts/global/chk.php");
|
---|
3 | include("./scripts/global/conf.php");
|
---|
4 | include("./scripts/global/lang.php");
|
---|
5 | include("./scripts/global/base.php");
|
---|
6 | ?>
|
---|
7 | <div id="obsah">
|
---|
8 | <?php
|
---|
9 | //navigace
|
---|
10 | if (!isset($_GET['nav']))
|
---|
11 | $nav='posts';
|
---|
12 | else
|
---|
13 | $nav=$_GET['nav'];
|
---|
14 | //podmineni strankovani
|
---|
15 | if ($nav=='posts' or $nav=='hw' or $nav=='test' or $nav=='register2' or $nav=='users')
|
---|
16 | include("./scripts/global/pag1.php");
|
---|
17 | //navigacni script
|
---|
18 | include("./scripts/global/nav.php");
|
---|
19 | //podmineni strankovani
|
---|
20 | if ($nav=='posts' or $nav=='hw' or $nav=='test' or $nav=='register2' or $nav=='users')
|
---|
21 | include("./scripts/global/pag2.php");
|
---|
22 | ?>
|
---|
23 | </div>
|
---|
24 | </body>
|
---|
25 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.