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:
authorJo Michael <me@mynetx.net>2012-03-18 20:46:22 +0400
committerJo Michael <me@mynetx.net>2012-03-18 20:46:22 +0400
commit03eeeb3ccd3272c8a68232c6bc03116434840801 (patch)
tree4436c5b9545c5350d874c33663c6037d64b5ae98 /themes.php
parent49b6e4930c31012b4e4a10a92b356f9db3de44a1 (diff)
Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index f343987291..9c6d6731f2 100644
--- a/themes.php
+++ b/themes.php
@@ -25,7 +25,7 @@ require './libraries/header_scripts.inc.php';
<body id="bodythemes">
<h1>phpMyAdmin - <?php echo __('Theme'); ?></h1>
-<p><a href="<?php echo PMA_linkURL('http://www.phpmyadmin.net/home_page/themes.php'); ?>#pma_<?php echo preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION); ?>" rel="_blank"><?php echo __('Get more themes!'); ?></a></p>
+<p><a href="<?php echo PMA_linkURL('http://www.phpmyadmin.net/home_page/themes.php'); ?>#pma_<?php echo preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION); ?>" class="_blank"><?php echo __('Get more themes!'); ?></a></p>
<?php
$_SESSION['PMA_Theme_Manager']->printPreviews();
?>