[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.373,1.374

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


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

Modified Files:
	lib-common.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: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.373
retrieving revision 1.374
diff -C2 -d -r1.373 -r1.374
*** lib-common.php	8 Sep 2004 09:41:15 -0000	1.373
--- lib-common.php	13 Sep 2004 19:02:54 -0000	1.374
***************
*** 445,449 ****
  */
  
! function COM_getThemes($all = false)
  {
      global $_CONF;
--- 445,449 ----
  */
  
! function COM_getThemes( $all = false )
  {
[...964 lines suppressed...]
!     {
          $seconds = $date2 - $date1;
!     }
!     else
!     {
          $seconds = $date1 - $date2;
      }
! 
!     switch( $interval )
!     {
          case "y":
              list($year1, $month1, $day1) = split('-', date('Y-m-d', $date1));
***************
*** 5639,5642 ****
--- 5732,5736 ----
              break;
      }
+ 
      return $diff;
  }




More information about the geeklog-cvs mailing list