diff --git a/www/menu.php3 b/www/menu.php3 index 9eb1ca2e8d21a7c1485b45eed5f6259116c94373..92871732b545a76984bb23f7aab46bb45bf2cf3f 100644 --- a/www/menu.php3 +++ b/www/menu.php3 @@ -269,13 +269,13 @@ function WRITESIDEBAR() { # spits out beginning part of page # function PAGEBEGINNING( $title ) { - global $BASEPATH, $TBMAINSITE; + global $BASEPATH, $TBMAINSITE, $THISHOMEBASE; ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> - <title><?php echo "emulab.net - $title"; ?></title> + <title><?php echo "$THISHOMEBASE - $title"; ?></title> <!-- dumbed-down style sheet for any browser that groks (eg NS47). --> <link REL="stylesheet" HREF="<?php echo "$BASEPATH/common-style.css" ?>" TYPE="text/css" /> @@ -295,8 +295,9 @@ function PAGEBEGINNING( $title ) { <td valign="top" class="bannercell" background="<?php echo "$BASEPATH/headerbgbb.jpg" ?>" bgcolor=#3D627F ><img width=369 height=100 - src="<?php echo "$BASEPATH/overlay.gif" ?>" - alt="emulab - the utah network testbed" /></td> + src="<?php echo "$BASEPATH/overlay." . strtolower($THISHOMEBASE) + . ".gif" ?>" + alt="<?php echo "$THISHOMEBASE" ?> - the network testbed" /></td> </tr> </table><table cellpadding="8" cellspacing="0" height="100%"> <tr height=100%> diff --git a/www/overlay.emulab.net.gif b/www/overlay.emulab.net.gif new file mode 100644 index 0000000000000000000000000000000000000000..4dea36424a12784c0cd1dcbbc67fd2868b6e8dbe Binary files /dev/null and b/www/overlay.emulab.net.gif differ diff --git a/www/overlay.mini.emulab.net.gif b/www/overlay.mini.emulab.net.gif new file mode 100644 index 0000000000000000000000000000000000000000..a5979b61357c81cb9167ba6e99d951bc84a6329f Binary files /dev/null and b/www/overlay.mini.emulab.net.gif differ