diff options
| author | David Aspinall | 2000-09-29 17:33:57 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-29 17:33:57 +0000 |
| commit | 8c4e7dac5c76cdb6edee6ed307e08dfd32025c7b (patch) | |
| tree | ce1d8963944c1a77a1fcf595f7f5e7c0833cd8ac /html | |
| parent | 1003dad6f0840aded5b9439bb53ea9b717771100 (diff) | |
Links for shortcut URLs.
Diffstat (limited to 'html')
| -rw-r--r-- | html/about | 9 | ||||
| -rw-r--r-- | html/devel | 9 | ||||
| -rw-r--r-- | html/doc | 9 | ||||
| -rw-r--r-- | html/download | 9 | ||||
| -rw-r--r-- | html/features | 9 | ||||
| -rw-r--r-- | html/links | 9 | ||||
| -rw-r--r-- | html/main | 9 | ||||
| -rw-r--r-- | html/news | 9 | ||||
| -rw-r--r-- | html/screenshot | 9 |
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(); +?> + |
