From f8137ef66d0e1575047b90ea62ada0b5619688c0 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 11:37:50 +0000 Subject: Adding support to move skins to a specific subfolder. Preparation to move out skins to separate acf's (instead of having all skins in acf-core. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1138 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/acf_www-controller.lua | 1 + app/template-html.lsp | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/acf_www-controller.lua b/app/acf_www-controller.lua index 903851d..8ae00a6 100644 --- a/app/acf_www-controller.lua +++ b/app/acf_www-controller.lua @@ -193,6 +193,7 @@ local view_resolver = function(self) prefix = self.conf.prefix, script = self.conf.script, appname = self.conf.appname, + skindir = self.conf.skindir or "", skin = self.conf.skin or "" } diff --git a/app/template-html.lsp b/app/template-html.lsp index 08ab9b4..8e35a84 100644 --- a/app/template-html.lsp +++ b/app/template-html.lsp @@ -23,10 +23,10 @@ if viewlibrary and viewlibrary.dispatch_component then end ?> <?= hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?> - -"> + +"> -- cgit v1.2.3