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ř <michal@cihar.com>2009-03-03 18:20:29 +0300
committerMichal Čihař <michal@cihar.com>2009-03-03 18:20:29 +0300
commit8b156bd837a288a9e58953ce47a76d83da86fdfc (patch)
treec0d437bdd7bd38045b4b972e4a8dce6d4f9b5016 /themes.php
parentef31a6c86218a08e6c51b8f5384696d5449fb18f (diff)
rfe #1369509 Link to download more themes.
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes.php b/themes.php
index 1ff89e5350..ea3986cdb4 100644
--- a/themes.php
+++ b/themes.php
@@ -39,6 +39,7 @@ function takeThis(what){
<body id="bodythemes">
<h1>phpMyAdmin - <?php echo $strTheme; ?></h1>
+<p><a href="http://www.phpmyadmin.net/home_page/themes.php#pma_<?php echo preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION); ?>"><?php echo $strGetMoreThemes; ?></a></p>
<?php
$_SESSION['PMA_Theme_Manager']->printPreviews();
?>