[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.655,1.656

Oliver ospiess at qs1489.pair.com
Thu Sep 27 20:21:31 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv78804/public_html

Modified Files:
	lib-common.php 
Log Message:
removing left_blocks_in_footer config setting and placing it in lib-common;
introducing right_blocks_in_fotter setting

Index: lib-common.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.655
retrieving revision 1.656
diff -C2 -d -r1.655 -r1.656
*** lib-common.php	23 Sep 2007 19:20:40 -0000	1.655
--- lib-common.php	28 Sep 2007 00:21:29 -0000	1.656
***************
*** 229,232 ****
--- 229,241 ----
  
  /**
+  *These variables were taken out of the configuration and placed here since they
+  *are necessary to change with the themes, not whole sites. They should now be
+  *overridden by setting them to a different value than here in the theme's
+  *function.php or in lib-custom.php. Therefore they are NOT TO BE CHANGED HERE.
+  */
+ $_CONF['left_blocks_in_footer'] = 0;
+ $_CONF['right_blocks_in_footer'] = 1;
+ 
+ /**
  * This is the custom library.
  *




More information about the geeklog-cvs mailing list