Skip to content

Commit 78fa9e3

Browse files
committed
Add themes for 2.x and update installation text
1 parent 6d35c67 commit 78fa9e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

data/themes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@
357357

358358
# List of supported phpMyAdmin versions
359359
PMA_VERSIONS = [
360+
'2.6', '2.7', '2.8', '2.9', '2.10', '2.11',
360361
'3.0', '3.1', '3.2', '3.3', '3.4', '3.5',
361362
'4.4', '4.5', '4.6', '4.7', '4.8', '4.9',
362363
'5.0', '5.1', '5.2'

pmaweb/templates/themes.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ <h2>Themes</h2>
1414

1515
<h3>Installation</h3>
1616
<p>
17-
To install a theme, unzip your downloaded theme into the directory /themes/ of
18-
your phpMyAdmin folder. When you open phpMyAdmin, you should be able to select the theme.
19-
Please read the documentation for more details.
17+
To install a theme, unzip your downloaded theme into the <code>/themes/</code> directory of
18+
your phpMyAdmin installation folder. After reloading phpMyAdmin, you should be able to select
19+
the theme from the appearance settings. For more detailed instructions, please refer to
20+
the documentation.
2021
</p>
2122
<p>
2223
You can see the themes in action on our <a href="{% url 'try' %}">demo server</a>.

0 commit comments

Comments
 (0)