Niels Breet xfade at lists.slony.info
Tue Feb 20 04:45:54 PST 2007
Update of /home/cvsd/slony1/slony1-www
In directory main:/tmp/cvs-serv2010

Modified Files:
	index.php 
Log Message:
Add title to titlebar

Index: index.php
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.php	20 Feb 2007 12:38:58 -0000	1.6
--- index.php	20 Feb 2007 12:45:52 -0000	1.7
***************
*** 16,19 ****
--- 16,20 ----
          echo layout_header();
          $text=file_get_contents('./adminguide/current/doc/adminguide/'.$file);
+ 	$title=between("TITLE\n>","</TITLE",$text);
          echo layout_defaultblock($title,$link,$text);
          break;



More information about the Slony1-commit mailing list