From 676203d1fc8243476267fdb7ac6d1ef955397e52 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 10 Oct 2008 14:37:53 +0000 Subject: OXYGEN #2: Reorganized theme selection, added indexing support --- modules/admin-core/luasrc/view/footer.htm | 2 +- modules/admin-core/luasrc/view/header.htm | 2 +- modules/admin-core/luasrc/view/indexer.htm | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 modules/admin-core/luasrc/view/indexer.htm (limited to 'modules/admin-core') diff --git a/modules/admin-core/luasrc/view/footer.htm b/modules/admin-core/luasrc/view/footer.htm index 8428e89061..6c6d214210 100644 --- a/modules/admin-core/luasrc/view/footer.htm +++ b/modules/admin-core/luasrc/view/footer.htm @@ -12,4 +12,4 @@ You may obtain a copy of the License at $Id$ -%> -<% include("themes/" .. luci.fs.basename(media) .. "/footer") %> \ No newline at end of file +<% include("themes/" .. theme .. "/footer") %> \ No newline at end of file diff --git a/modules/admin-core/luasrc/view/header.htm b/modules/admin-core/luasrc/view/header.htm index 07da7ef588..6625e46b03 100644 --- a/modules/admin-core/luasrc/view/header.htm +++ b/modules/admin-core/luasrc/view/header.htm @@ -12,4 +12,4 @@ You may obtain a copy of the License at $Id$ -%> -<% include("themes/" .. luci.fs.basename(media) .. "/header") %> \ No newline at end of file +<% include("themes/" .. theme .. "/header") %> \ No newline at end of file diff --git a/modules/admin-core/luasrc/view/indexer.htm b/modules/admin-core/luasrc/view/indexer.htm new file mode 100644 index 0000000000..c628289711 --- /dev/null +++ b/modules/admin-core/luasrc/view/indexer.htm @@ -0,0 +1,15 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> +<% include("themes/" .. theme .. "/indexer") %> \ No newline at end of file -- cgit v1.2.3