[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.233,1.234

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sat Jun 28 01:25:29 EDT 2003


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

Modified Files:
	lib-common.php 
Log Message:
Added the call to PLG_getHeaderCode to set the header.thtml variable {plg_headercode}

Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.233
retrieving revision 1.234
diff -C2 -d -r1.233 -r1.234
*** lib-common.php	28 Jun 2003 01:36:27 -0000	1.233
--- lib-common.php	28 Jun 2003 05:25:27 -0000	1.234
***************
*** 893,896 ****
--- 893,899 ----
      }
  
+     // Call any plugin that may want to include Extra Metatags or Javascript functions
+     $header->set_var( 'plg_headercode', PLG_getHeaderCode());
+ 
      // The following line allows users to embed PHP in their templates.  This
      // is almost a contradition to the reasons for using templates but this may





More information about the geeklog-cvs mailing list