Add an alternative default theme with rounded corners.

This commit is contained in:
Michael Tremer
2014-01-05 21:07:41 +01:00
parent 8a39dd30e3
commit 935f311ed9
5 changed files with 150 additions and 121 deletions

View File

@@ -98,6 +98,7 @@ ifeq "$(PASS)" "C"
chmod -R 755 /srv/web/ipfire/cgi-bin
chmod -R 644 /srv/web/ipfire/html
chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi,dial.cgi,images,include,themes,themes/*,themes/*/*}
ln -svf ipfire /srv/web/ipfire/html/themes/ipfire-rounded
# Reset permissions of redirect templates directories
find /srv/web/ipfire/html/redirect-templates -type d | xargs chmod -v 755