From 5badedb04655c97b38d5ad6e60c4c92e7d81b118 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Wed, 5 Dec 2007 01:52:23 +0000 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