diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-08 16:28:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-08 16:28:47 +0000 |
commit | 1035d95cae39be83c7784969513e9588c0d85410 (patch) | |
tree | 77f7562fcc9fa9668f9622f7c034a11b68c5e7b0 /includes | |
parent | 0c6d573a0bc457560a6ec85cb503f98a9efb2966 (diff) | |
download | brdo-1035d95cae39be83c7784969513e9588c0d85410.tar.gz brdo-1035d95cae39be83c7784969513e9588c0d85410.tar.bz2 |
- removed redundant file: a left-over from previous optimizations
Diffstat (limited to 'includes')
-rw-r--r-- | includes/admin.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/includes/admin.inc b/includes/admin.inc deleted file mode 100644 index 27a30e9fb..000000000 --- a/includes/admin.inc +++ /dev/null @@ -1,28 +0,0 @@ -<? - -function admin_header() { - ?> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> - <HTML> - <HEAD><TITLE><? echo $site_name; ?> administration center</TITLE></HEAD> - <STYLE> - body { font-family: helvetica, arial; } - h1 { font-size: 14pt; font-weight: bold; color: #006699; } - h2 { font-family: helvetica, arial; font-size: 12pt; font-weight: bold; } - h3 { font-family: helvetica, arial; font-size: 14pt; font-weight: bold; } - th { font-family: helvetica, arial; text-align: center; background-color: #CCCCCC; color: #885555; } - td { font-family: helvetica, arial; } - </STYLE> - <BODY BGCOLOR="#FFFFFF" LINK="#006699" VLINK="#004499" ALINK="#FF0000"> - <H1>Administration center</H1> - <? -} - -function admin_footer() { - ?> - </BODY> - </HTML> - <? -} - -?> |