[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.353,1.354

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Aug 7 05:13:41 EDT 2004


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

Modified Files:
	lib-common.php 
Log Message:
Pass $pagetitle to the theme's version of COM_siteHeader, if it exists


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.353
retrieving revision 1.354
diff -C2 -d -r1.353 -r1.354
*** lib-common.php	6 Aug 2004 08:55:35 -0000	1.353
--- lib-common.php	7 Aug 2004 09:13:38 -0000	1.354
***************
*** 1010,1014 ****
  * @param    string  $what       If 'none' then no left blocks are returned, if 'menu' (default) then right blocks are returned
  * @param    string  $pagetitle  optional content for the page's <title>
! * @return   string              Formated HTML containing the site header
  * @see function COM_siteFooter
  *
--- 1010,1014 ----
  * @param    string  $what       If 'none' then no left blocks are returned, if 'menu' (default) then right blocks are returned
  * @param    string  $pagetitle  optional content for the page's <title>
! * @return   string              Formatted HTML containing the site header
  * @see function COM_siteFooter
  *
***************
*** 1026,1030 ****
      if( function_exists( $function ))
      {
!         return $function( $what );
      }
  
--- 1026,1030 ----
      if( function_exists( $function ))
      {
!         return $function( $what, $pagetitle );
      }
  




More information about the geeklog-cvs mailing list