remove footer and header, made first step to a better look

This commit is contained in:
Pim Snel 2003-10-10 23:54:56 +00:00
parent 580d6b9dca
commit 2232fae0a6
3 changed files with 3 additions and 9 deletions

View File

@ -1,3 +0,0 @@
<?php
?>

View File

@ -1,3 +0,0 @@
<?php
?>

View File

@ -56,9 +56,9 @@ db_init ();
define ('HTML_TABLE_FILES_HEADER_BG_COLOR', '');
define ('HTML_TABLE_FILES_HEADER_TEXT_COLOR', 'maroon');
define ('HTML_TABLE_FILES_COLUMN_HEADER_BG_COLOR', '');
define ('HTML_TABLE_FILES_COLUMN_HEADER_TEXT_COLOR', 'maroon');
define ('HTML_TABLE_FILES_BG_COLOR', '');
define ('HTML_TABLE_FILES_COLUMN_HEADER_BG_COLOR', '#cccccc');
define ('HTML_TABLE_FILES_COLUMN_HEADER_TEXT_COLOR', '#000000');
define ('HTML_TABLE_FILES_BG_COLOR', '#dedede');
define ('HTML_TABLE_FILES_TEXT_COLOR', 'maroon');
define ('HTML_TEXT_ERROR_COLOR', 'red');
define ('HTML_TEXT_NAVIGATION_BACK_TO_USER', lang('Back to file manager'));