From 9026a458a084991bbda2d04b2207832cd878f2fb Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Sat, 18 Aug 2007 22:59:59 -0400 Subject: [PATCH] * Ammended config in with $DB connection idea * Minor tweaks to app * Made $conf global in teh tempalte class (its not global in the loader function either) --- interface/web/help/index.php | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/interface/web/help/index.php b/interface/web/help/index.php index d80c420..ce49d76 100644 --- a/interface/web/help/index.php +++ b/interface/web/help/index.php @@ -1,17 +1,17 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> -<TITLE>42go Hilfe</TITLE> -<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"> -</HEAD> -<BODY BGCOLOR="#FFFFFF"> -<div align="center"> - <p> </p> - <p> </p> - <p> </p> - <p> </p> - <p>ONLINE HILFE - </p> -</div> -</BODY> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE>ISPConfig Help</TITLE> +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"> +</HEAD> +<BODY BGCOLOR="#FFFFFF"> +<div align="center"> + <p> </p> + <p> </p> + <p> </p> + <p> </p> + <p> + </p> +</div> +</BODY> </HTML> \ No newline at end of file -- Gitblit v1.9.1