[geeklog-cvs] geeklog-1.3 config.php,1.131,1.132

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Sep 13 15:02:56 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv19497

Modified Files:
	config.php 
Log Message:
Introduced $_CONF['left_blocks_in_footer'] config option that makes {left_blocks} available in footer.thtml.
There should probably be a complementary 'right_blocks_in_header' option, but I'm too lazy for that right now ...


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** config.php	25 Aug 2004 08:41:31 -0000	1.131
--- config.php	13 Sep 2004 19:02:54 -0000	1.132
***************
*** 530,537 ****
--- 530,548 ----
  $_CONF['hideprintericon']       = 0;    // If 1, hide "printer friendly" option
  
+ 
+ // Advanced theme settings
+ // It is recommended to leave these unchanged and overwrite them in the theme's
+ // functions.php instead.
+ 
  // When set to 1, this will render the first story on any page using the
  // templates for featured stories - even if that story is not featured.
  $_CONF['showfirstasfeatured']   = 0;
  
+ // When set to 1, this will make the {left_blocks} variable available in
+ // footer.thtml (and disable it in header.thtml). This is really only useful
+ // for two-column layouts where you want the left column contain the stories
+ // and the right column contain the standard blocks.
+ $_CONF['left_blocks_in_footer'] = 0;
+ 
  // +---------------------------------------------------------------------------+
  // | RSS feed settings                                                         |




More information about the geeklog-cvs mailing list