From 588a3b1d36d5b138d9efeb1aa8bceb2eb9341621 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 4 Mar 2003 09:44:57 +0000 Subject: [PATCH] added mailto link to contact admin img --- presentation/webpageTemplate.inc | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/presentation/webpageTemplate.inc b/presentation/webpageTemplate.inc index 0ed4866..bc14101 100644 --- a/presentation/webpageTemplate.inc +++ b/presentation/webpageTemplate.inc @@ -32,18 +32,10 @@ if ($sectionName == "") $navbar->setHighlightedSection($sectionName); // setup nw payload -$colourBar = $navbar->getNWColourbar(); -$image = new PatternImage("$default->graphicsUrl/tree.gif"); -$image->setImgSize(114, 96); -$img = $image->render(); - - -$nwestLoad = " - - - -
". $img ."
- "; +$nwestLoad = "\n" . + "\n" . + "\n" . + "
graphicsUrl/tree.gif\"/>
"; $nwPayLoad = new PatternCustom; $nwPayLoad ->setHtml($nwestLoad); @@ -73,17 +65,11 @@ $link = "$default->graphicsUrl/leftnav/links.gif" ; //setup the westpayload // TODO -> change to links the images as well -$westLoad = " - -
". $westRender ."
-
- - -
- - -
- "; +$westLoad = "\n" . + "\t\n" . + "\t" . + "
$westRender
emailAdmin\">\n" . + "\t
\n
"; $westPayLoad = new PatternCustom; $westPayLoad->setHtml($westLoad); -- libgit2 0.21.4