aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--html/about9
-rw-r--r--html/devel9
-rw-r--r--html/doc9
-rw-r--r--html/download9
-rw-r--r--html/features9
-rw-r--r--html/links9
-rw-r--r--html/main9
-rw-r--r--html/news9
-rw-r--r--html/screenshot9
9 files changed, 81 insertions, 0 deletions
diff --git a/html/about b/html/about
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/about
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/devel b/html/devel
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/devel
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/doc b/html/doc
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/doc
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/download b/html/download
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/download
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/features b/html/features
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/features
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/links b/html/links
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/links
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/main b/html/main
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/main
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/news b/html/news
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/news
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+
diff --git a/html/screenshot b/html/screenshot
new file mode 100644
index 00000000..f0cbe7a1
--- /dev/null
+++ b/html/screenshot
@@ -0,0 +1,9 @@
+<?php require('functions.php3'); ?>
+<html>
+<?php include('head.html'); ?>
+<?php
+ include('header.html');
+ include($WANTED . '.html');
+ footer();
+?>
+