[geeklog-cvs] geeklog-1.3/public_html index.php,1.40,1.41

blaine at geeklog.net blaine at geeklog.net
Thu Feb 13 23:36:34 EST 2003


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

Modified Files:
	index.php 
Log Message:
Added new Plugin function to support Center Blocks 
Added call to PLG_showCenterblock in index.php


Index: index.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/index.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** index.php	31 Dec 2002 10:58:55 -0000	1.40
--- index.php	14 Feb 2003 04:36:31 -0000	1.41
***************
*** 120,123 ****
--- 120,127 ----
  }
  
+ // Show any Plugin formatted blocks
+ // Requires a plugin to have a function called plugin_centerblock_<plugin_name>
+ $display .= PLG_showCenterblock();
+ 
  if ($shownews) {
  





More information about the geeklog-cvs mailing list