|< 1 2 3 >| | 23 Einträge, 3 Seiten |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?php
switch($_GET["action"]){
case "home":
include "home.php";
break;
case "event":
include "event6.shtml";
break;
case "kino":
include "kino.html";
break;
case "report":
include "report.php";
break;
case "bilder":
include "bilder.php";
break;
case "test":
include "test.php";
break;
case "forum":
include "forum.php";
break;
case "fun":
include "fun.php";
break;
case "impressum":
include "impressum.php";
break;
case "team":
include "team.php";
break;
case "witzeecke":
include "witzeecke.php";
break;
case "llist":
include "llist.php";
break;
default:
include "home.php";
break;
}
?>
<!--#include virtual="/cgi-bin/event/monat.cgi" -->
<!--#include virtual="/cgi-bin/script.cgi?month=1" -->
Quotepl script mit javascript laden und wie document.write o.ä. einfügen
<!--#include virtual="/cgi-bin/script.cgi?month=1" -->
|< 1 2 3 >| | 23 Einträge, 3 Seiten |