From 10cfd9d946f2bf5eaea11ea98bd00054431579de Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 16 Feb 2010 08:55:13 +0000 Subject: Added new view variable wwwprefix to adjust web path, fix index.html redirect. --- app/template-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/template-html.lsp') diff --git a/app/template-html.lsp b/app/template-html.lsp index 0490b0b..5d42907 100644 --- a/app/template-html.lsp +++ b/app/template-html.lsp @@ -23,10 +23,10 @@ if viewlibrary and viewlibrary.dispatch_component then end %> <%= html.html_escape(hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action) %> - -"> + +"> @@ -52,7 +52,7 @@ end io.write ( string.format("\t\t\t\t\t\tLog in\n", html.html_escape(ctlr) .. "logon" ) ) end %> | - home | + home | about

-- cgit v1.2.3