From d28b9e02e0fc8ef1f559afbb6144abd5d5d8455a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?=
Date: Mon, 19 Apr 2004 19:45:00 +0000
Subject: [PATCH] Mentioned header and footer customization.
---
ChangeLog | 1 +
Documentation.html | 8 +++++++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index e734e74ef..d52b9620b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ $Source$
2004-04-19 Michal Cihar
* libraries/tbl_change.js: Better return value formatting.
+ * Documentation.html: Mentioned header and footer customization.
2004-04-18 Michal Cihar
* libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
diff --git a/Documentation.html b/Documentation.html
index b7e22e5ab..66c6f0518 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -329,7 +329,13 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
you have modified.
-All configurable data is placed in config.inc.php.
+
+ All configurable data is placed in config.inc.php. Except these you
+ might also want to modify config.footer.inc.php and
+ config.header.inc.php files to add your site specific code to be
+ included on start and end of each page.
+
+
- $cfg['PmaAbsoluteUri'] string
-