diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 18:08:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 18:08:44 +0000 |
commit | 7c74bac8970e36d41693dce3257d7c2f3ee5950c (patch) | |
tree | 94fb1c9760cc1e26d6e1d6134ea349f62e5808ff /themes/bootstrap/root | |
parent | 5d45927643f49b15769e7129a79a7a7a985f3f2a (diff) |
themes: add Bootstrap theme, created by David Menting / Nut & Bolt <david@nut-bolt.nl>
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.
Diffstat (limited to 'themes/bootstrap/root')
-rwxr-xr-x | themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap | 6 |
1 files changed, 6 insertions, 0 deletions
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 000000000..ddefd3b04 --- /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 |