From: Chris S. <san...@us...> - 2005-07-25 11:24:22
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23611/scripts Modified Files: stackUtility.php Log Message: Index: stackUtility.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackUtility.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** stackUtility.php 18 Jul 2005 10:53:37 -0000 1.29 --- stackUtility.php 25 Jul 2005 11:24:08 -0000 1.30 *************** *** 16,19 **** --- 16,20 ---- // (1) remove stackData.php - and its reference in stackstd.php // (2) remove stackSocketSend.php - and its reference in stackstd.php + // (3) Add a way of putting the standard GNUplot header in stackstd.php if ($stack_stand_alone) { require_once("{$stack_root}/scripts/moodlelib.php"); *************** *** 949,953 **** echo "<body>\n"; echo "<table><tr>\n"; ! echo "<td><img src=\"{$stack_web_url}pics/logo.png\" width=\"115\" alt=\"".get_string('StackLogo','stack','')."\" /></td>\n"; echo "<td><h1><font face=\"arial\">STACK</font></h1></td>\n</tr></table>\n<h1>$title</h1>\n"; } --- 950,954 ---- echo "<body>\n"; echo "<table><tr>\n"; ! echo "<td><img src=\"{$stack_web_url}pics/logo.png\" width=\"120\" alt=\"".get_string('StackLogo','stack','')."\" /></td>\n"; echo "<td><h1><font face=\"arial\">STACK</font></h1></td>\n</tr></table>\n<h1>$title</h1>\n"; } |