From: Chris S. <san...@us...> - 2005-07-14 18:20:05
|
Update of /cvsroot/stack/stack-1-0/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7429/html Modified Files: help_popup.php pagehead.php Log Message: Index: pagehead.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/html/pagehead.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pagehead.php 3 Jul 2005 14:20:23 -0000 1.9 --- pagehead.php 14 Jul 2005 18:19:57 -0000 1.10 *************** *** 8,11 **** --- 8,14 ---- */ + /** + * + */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Index: help_popup.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/html/help_popup.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** help_popup.php 14 Jul 2005 11:28:14 -0000 1.1 --- help_popup.php 14 Jul 2005 18:19:57 -0000 1.2 *************** *** 19,23 **** window.focus(); </script> ! <?php include('../stackstd.php'); // HACK for now. --- 19,26 ---- window.focus(); </script> ! <?php ! /** ! * ! */ include('../stackstd.php'); // HACK for now. |