[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/spamx index.php, 1.7, 1.8

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:58:58 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/spamx
In directory qs1489.pair.com:/tmp/cvs-serv9782/admin/plugins/spamx

Modified Files:
	index.php 
Log Message:
XHTML optional updates

Index: index.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/spamx/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.php	8 Feb 2007 04:50:59 -0000	1.7
--- index.php	25 Nov 2007 06:58:56 -0000	1.8
***************
*** 60,63 ****
--- 60,64 ----
  $T = new Template ($_CONF['path'] . 'plugins/spamx/templates');
  $T->set_file ('admin', 'admin.thtml');
+ $T->set_var ( 'xhtml', XHTML );
  $T->set_var ('site_url', $_CONF['site_url']);
  $T->set_var ('site_admin_url', $_CONF['site_admin_url']);
***************
*** 67,71 ****
  $T->parse ('output', 'admin');
  $display .= $T->finish ($T->get_var ('output'));
! $display .= '<p>';
  
  $files = array ();
--- 68,74 ----
  $T->parse ('output', 'admin');
  $display .= $T->finish ($T->get_var ('output'));
! // @@@@ 2007/09/16 uncommented by dengen ------>>
! //$display .= '<p>';
! // @@@@ 2007/09/16 uncommented by dengen ------<<
  
  $files = array ();




More information about the geeklog-cvs mailing list