[geeklog-hg] geeklog: CSS file of theme now named theme

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jul 28 09:30:40 EDT 2013


changeset 9229:937b29cc613b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/937b29cc613b
user: Tom <websitemaster at cogeco.net>
date: Sat Jul 27 17:42:06 2013 -0400
description:
CSS file of theme now named theme

diffstat:

 public_html/layout/denim/functions.php            |  1 +
 public_html/layout/professional/functions.php     |  2 ++
 public_html/layout/professional_css/functions.php |  2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 1843d7a703b6 -r 937b29cc613b public_html/layout/denim/functions.php
--- a/public_html/layout/denim/functions.php	Fri Jul 26 22:52:15 2013 -0400
+++ b/public_html/layout/denim/functions.php	Sat Jul 27 17:42:06 2013 -0400
@@ -60,6 +60,7 @@
 
     return array(
         array(
+            'name' => 'theme',            
             'file'       => '/layout/' . $_CONF['theme'] . '/css_' . $LANG_DIRECTION . '/style.css',
             'attributes' => array('media' => 'all')
         )
diff -r 1843d7a703b6 -r 937b29cc613b public_html/layout/professional/functions.php
--- a/public_html/layout/professional/functions.php	Fri Jul 26 22:52:15 2013 -0400
+++ b/public_html/layout/professional/functions.php	Sat Jul 27 17:42:06 2013 -0400
@@ -56,8 +56,10 @@
 function theme_css_professional()
 {
     global $_CONF, $LANG_DIRECTION;
+    
     return array(
         array(
+            'name' => 'theme',       
             'file' => '/layout/' . $_CONF['theme'] . '/style.css'
         )
     );
diff -r 1843d7a703b6 -r 937b29cc613b public_html/layout/professional_css/functions.php
--- a/public_html/layout/professional_css/functions.php	Fri Jul 26 22:52:15 2013 -0400
+++ b/public_html/layout/professional_css/functions.php	Sat Jul 27 17:42:06 2013 -0400
@@ -57,8 +57,10 @@
 function theme_css_professional_css()
 {
     global $_CONF, $LANG_DIRECTION;
+    
     return array(
         array(
+            'name' => 'theme',
             'file' => '/layout/' . $_CONF['theme'] . '/style.css'
         )
     );



More information about the geeklog-cvs mailing list