From 7c74bac8970e36d41693dce3257d7c2f3ee5950c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 18:08:44 +0000 Subject: themes: add Bootstrap theme, created by David Menting / Nut & Bolt This theme is clean, modern and based on Twitter Bootstrap. It's been tested on a TP-Link WR1043n and a Carambola under Firefox, Safari and IE8. --- themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap (limited to 'themes/bootstrap/root/etc/uci-defaults') diff --git a/themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap b/themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap new file mode 100755 index 0000000000..ddefd3b04f --- /dev/null +++ b/themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap @@ -0,0 +1,6 @@ +#!/bin/sh +uci batch <<-EOF + set luci.themes.Bootstrap=/luci-static/bootstrap + commit luci +EOF +exit 0 -- cgit v1.2.3