[geeklog-cvs] geeklog: Fixed mistake in changeset #8656

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 30 14:25:39 EDT 2012


changeset 8658:213419822b2a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/213419822b2a
user: dengen
date: Tue May 01 03:25:05 2012 +0900
description:
Fixed mistake in changeset #8656

diffstat:

 public_html/layout/professional/functions.php     |  2 +-
 public_html/layout/professional_css/functions.php |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a0f69563108e -r 213419822b2a public_html/layout/professional/functions.php
--- a/public_html/layout/professional/functions.php	Tue May 01 03:20:03 2012 +0900
+++ b/public_html/layout/professional/functions.php	Tue May 01 03:25:05 2012 +0900
@@ -58,7 +58,7 @@
     global $_CONF, $LANG_DIRECTION;
     return array(
         array(
-            '/layout/' . $_CONF['theme'] . '/style.css'
+            'file' => '/layout/' . $_CONF['theme'] . '/style.css'
         )
     );
 }
diff -r a0f69563108e -r 213419822b2a public_html/layout/professional_css/functions.php
--- a/public_html/layout/professional_css/functions.php	Tue May 01 03:20:03 2012 +0900
+++ b/public_html/layout/professional_css/functions.php	Tue May 01 03:25:05 2012 +0900
@@ -58,7 +58,7 @@
     global $_CONF, $LANG_DIRECTION;
     return array(
         array(
-            '/layout/' . $_CONF['theme'] . '/style.css'
+            'file' => '/layout/' . $_CONF['theme'] . '/style.css'
         )
     );
 }



More information about the geeklog-cvs mailing list