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>2007-03-20 17:16:18 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-20 17:16:18 +0300
commitd0facc3d4fe3a7594e38163cc75fd2da7c734fa7 (patch)
treeea8ea3e9620bcc42ee92f34766a50407d4f0fc8f /themes.php
parent505a4c35e7c86cccbfe89f8f0c48f35ac669db03 (diff)
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
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 6d55e3d6ad..6edbeaa024 100644
--- a/themes.php
+++ b/themes.php
@@ -8,7 +8,7 @@
/**
* get some globals
*/
-require_once('./libraries/common.lib.php');
+require_once('./libraries/common.inc.php');
/* Theme Select */
$path_to_themes = $cfg['ThemePath'] . '/';