From db2a3cfc9b2423a894b001ed81c12e724b1733ea Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Mon, 11 Oct 2004 10:18:15 +0000
Subject: [PATCH] typos and XHTML validity
---
Documentation.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation.html b/Documentation.html
index 52df4d5a8..1c33d01d1 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -2459,7 +2459,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
- [1.17a] I cannot connect to the MySQL server. It alaways returns the error
+ [1.17a] I cannot connect to the MySQL server. It always returns the error
message, "Client does not support authentication protocol requested
by server; consider upgrading MySQL client"
@@ -2794,6 +2794,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
To create a theme:
+
- make a new subdirectory (for example "your_theme_name") under $cfg['ThemePath'] (by default themes)
- copy the files and directories from "original" to "your_theme_name"
@@ -2805,12 +2806,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
- make a new screenshot of your theme and save it under "your_theme_name/screen.png"
-
In theme directory there is file info.inc.php which contains
theme verbose name, theme generation and theme version. These versions and
generations are enumerated from 1 and do not have any direct dependance on
- phpMyAdmin version. Themes within same generation should be bacward
+ phpMyAdmin version. Themes within same generation should be backwards
compatible - theme with version 2 should work in phpMyAdmin requiring
version 1. Themes with different generation are incompatible.