diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/about | 14 | ||||
| -rw-r--r-- | html/devel | 14 | ||||
| -rw-r--r-- | html/doc | 14 | ||||
| -rw-r--r-- | html/download | 14 | ||||
| -rw-r--r-- | html/features | 14 | ||||
| -rw-r--r-- | html/links | 14 | ||||
| -rw-r--r-- | html/main | 14 | ||||
| -rw-r--r-- | html/news | 14 |
8 files changed, 40 insertions, 72 deletions
@@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file @@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file @@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file diff --git a/html/download b/html/download index f0cbe7a1..7dfd638e 100644 --- a/html/download +++ b/html/download @@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file diff --git a/html/features b/html/features index f0cbe7a1..7dfd638e 100644 --- a/html/features +++ b/html/features @@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file @@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file @@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file @@ -1,9 +1,5 @@ -<?php require('functions.php3'); ?> -<html> -<?php include('head.html'); ?> -<?php - include('header.html'); - include($WANTED . '.html'); - footer(); -?> - +<?php include('index.html'); ?> +<?php + /* This file needs some extra characters in it for apache to work its magic. + Things work fine as link to index.html, but it's tricky to include links + in cvs. */ ?>
\ No newline at end of file |
