[geeklog-hg] geeklog: For Modern Curve theme load fix_html.js in header to al...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Feb 17 14:51:37 EST 2014


changeset 9497:86a0f4c9c19d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/86a0f4c9c19d
user: Tom <websitemaster at cogeco.net>
date: Mon Feb 17 14:29:17 2014 -0500
description:
For Modern Curve theme load fix_html.js in header to allow column fix to happen right away and not when page is finished loading

diffstat:

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

diffs (12 lines):

diff -r 2967d95925b1 -r 86a0f4c9c19d public_html/layout/modern_curve/functions.php
--- a/public_html/layout/modern_curve/functions.php	Mon Feb 17 11:51:40 2014 -0500
+++ b/public_html/layout/modern_curve/functions.php	Mon Feb 17 14:29:17 2014 -0500
@@ -135,7 +135,7 @@
     return array(
        array(
             'file'      => '/layout/' . $_CONF['theme'] . '/javascript/fix_html.js',
-            'footer'    => true, // Not requred, default = true
+            'footer'    => false, // Not requred, default = true
             'priority'  => 100 // Not requred, default = 100
         ),
         array(



More information about the geeklog-cvs mailing list