From b425d0ebabbc33cab0a904361c2181b046de8e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 23 Sep 2004 14:36:54 +0000 Subject: Do not prepend $cfg['ThemePath'] with another './'. --- themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes.php') diff --git a/themes.php b/themes.php index 937708dbf8..c7ef143ea5 100644 --- a/themes.php +++ b/themes.php @@ -4,7 +4,7 @@ require_once('./libraries/grab_globals.lib.php'); require_once('./libraries/common.lib.php'); /* Theme Select */ -$path_to_themes = './' . $cfg['ThemePath'] . '/'; +$path_to_themes = $cfg['ThemePath'] . '/'; require_once('./libraries/select_theme.lib.php'); /* set language and charset */ -- cgit v1.2.3