[geeklog-hg] geeklog: Fixed for changeset #ebe526cfea0f

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jun 25 10:35:08 EDT 2013


changeset 9124:5315d634cb44
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5315d634cb44
user: dengen
date: Tue Jun 25 23:34:03 2013 +0900
description:
Fixed for changeset #ebe526cfea0f

diffstat:

 public_html/layout/modern_curve/style.css.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r db9a61d287f7 -r 5315d634cb44 public_html/layout/modern_curve/style.css.php
--- a/public_html/layout/modern_curve/style.css.php	Tue Jun 25 23:32:46 2013 +0900
+++ b/public_html/layout/modern_curve/style.css.php	Tue Jun 25 23:34:03 2013 +0900
@@ -33,7 +33,7 @@
 
 $theme = 'modern_curve'; // Theme Name
 $default_theme = ''; // Default theme name. If nothing leave as blank string
-$path_themes = $_CONF['path'] . 'public_html/layout/'; // Assumes the default if not then change
+$path_themes = '../'; // Assumes the default if not then change
 
 $css_path_default='';
 if (!empty($default_theme)) {



More information about the geeklog-cvs mailing list