luci/themes/bootstrap/root/etc/uci-defaults/luci-theme-bootstrap
Jo-Philipp Wich 7c74bac897 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.
2012-02-15 18:08:44 +00:00

6 lines
101 B
Bash
Executable file

#!/bin/sh
uci batch <<-EOF
set luci.themes.Bootstrap=/luci-static/bootstrap
commit luci
EOF
exit 0