diff options
Diffstat (limited to 'template-html.lsp')
-rw-r--r-- | template-html.lsp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/template-html.lsp b/template-html.lsp index be27a55..f429394 100644 --- a/template-html.lsp +++ b/template-html.lsp @@ -13,16 +13,7 @@ Content-Type: text/html <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<? -local hostname = "" -if viewlibrary and viewlibrary.dispatch_component then - local result = viewlibrary.dispatch_component("alpine-baselayout/hostname/read", nil, true) - if result and result.value then - hostname = result.value - end -end -?> -<title><?= hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?></title> +<title><?= pageinfo.controller .. "->" .. pageinfo.action ?></title> <script type="text/javascript" src="/js/jquery-1.2.5.min.js"></script> <script type="text/javascript" src="/js/sgbeal-togglepane.jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="<?= pageinfo.skindir ?>static/reset.css"> |