[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.214,1.215

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri Apr 18 17:08:44 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv15431

Modified Files:
	lib-common.php 
Log Message:
Pass the parameter to any theme-defined replacement of COM_siteHeader and COM_siteFooter.


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.214
retrieving revision 1.215
diff -C2 -d -r1.214 -r1.215
*** lib-common.php	13 Apr 2003 17:16:09 -0000	1.214
--- lib-common.php	18 Apr 2003 21:08:42 -0000	1.215
***************
*** 709,713 ****
      if( function_exists( $function ))
      {
!         return $function();
      }
  
--- 709,713 ----
      if( function_exists( $function ))
      {
!         return $function( $what );
      }
  
***************
*** 901,905 ****
      if( function_exists( $function ))
      {
!         return $function();
      }
  
--- 901,905 ----
      if( function_exists( $function ))
      {
!         return $function( $rightblock );
      }
  





More information about the geeklog-cvs mailing list