Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-05-29 19:16:22 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-29 19:16:22 +0400
commitc509c43fc7f91f71de3101fb9ec90bfc65caf56c (patch)
treebf94879d30a68a8432908986704b78cdd3cc97ab /Documentation.html
parentee10ee14eb5702c01a6a5814d1cb877167615b3e (diff)
pmahomme is now the fallback theme
Diffstat (limited to 'Documentation.html')
-rw-r--r--Documentation.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation.html b/Documentation.html
index 10d16f876d..42b906ef49 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -3298,9 +3298,9 @@ RewriteRule .* - [F]
<a href="#cfg_ThemeDefault" class="configrule">$cfg['ThemeDefault']</a>.<br />
<br />
Under <a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a>, you
- should not delete the directory &quot;original&quot; or its underlying
+ should not delete the directory &quot;pmahomme&quot; or its underlying
structure, because this is the system theme used by phpMyAdmin.
- &quot;original&quot; contains all images and styles, for backwards
+ &quot;pmahomme&quot; contains all images and styles, for backwards
compatibility and for all themes that would not include images or css-files.
<br /><br />
@@ -3313,7 +3313,7 @@ RewriteRule .* - [F]
<ul><li>make a new subdirectory (for example &quot;your_theme_name&quot;) under
<a href="#cfg_ThemePath" class="configrule">$cfg['ThemePath']</a>
(by default <code>themes</code>)</li>
- <li>copy the files and directories from &quot;original&quot; to
+ <li>copy the files and directories from &quot;pmahomme&quot; to
&quot;your_theme_name&quot;</li>
<li>edit the css-files in &quot;your_theme_name/css&quot;</li>
<li>put your new images in &quot;your_theme_name/img&quot;</li>
@@ -3333,7 +3333,7 @@ RewriteRule .* - [F]
<p> If you do not want to use your own symbols and buttons, remove the
directory &quot;img&quot; in &quot;your_theme_name&quot;. phpMyAdmin will
- use the default icons and buttons (from the system-theme &quot;original&quot;).
+ use the default icons and buttons (from the system-theme &quot;pmahomme&quot;).
</p>
<h4 id="faqmissingparameters">