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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-29 15:25:31 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2005-11-29 15:25:31 +0300
commita7b7f0bd11d3bf08a76b99f3383ad8b01a439786 (patch)
tree5c0bba8386061935c7a749e753374ff9a8757b08 /themes.php
parent061da44a9222da869a0c2c6291c8de2bc275ff93 (diff)
- make use of new PMA_Theme and PMA_Theme_Manager classes
- remove libraries/select_theme.lib.php
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index fcda420fb1..a396bd87d3 100644
--- a/themes.php
+++ b/themes.php
@@ -4,7 +4,6 @@ require_once('./libraries/common.lib.php');
/* Theme Select */
$path_to_themes = $cfg['ThemePath'] . '/';
-require_once('./libraries/select_theme.lib.php');
/* set language and charset */
require_once('./libraries/header_http.inc.php');