From ef3aae8e6da9fa92b41bd28f4c851a3f1666cb7b Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Tue, 4 Dec 2007 20:51:55 -0500 Subject: [PATCH] Actually, go further and just make globe.gif and hcoop.css into relative links All of our stuff has the same DocumentRoot, so we can get away with this. And even if it didn't, it just takes two aliases to remedy that. --- app/header.mlt | 4 ++-- vmailpasswd/passwd.mlt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/header.mlt b/app/header.mlt index 4539873..b95bc8b 100644 --- a/app/header.mlt +++ b/app/header.mlt @@ -3,14 +3,14 @@ "" => "HCoop" | t => ("HCoop: " ^ t) %> - + <% Web.html title %>
- +

<% Web.html title %>

diff --git a/vmailpasswd/passwd.mlt b/vmailpasswd/passwd.mlt index eb10dab..3fa36f3 100644 --- a/vmailpasswd/passwd.mlt +++ b/vmailpasswd/passwd.mlt @@ -1,12 +1,12 @@ - + HCoop: Change virtual mailbox password
- +

HCoop: Change virtual mailbox password

-- 2.20.1