1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Remove legacy theme 'integral'

This commit is contained in:
James Hillyerd
2016-12-31 01:41:13 +00:00
parent ff481c56c6
commit 493efb04cd
24 changed files with 4 additions and 1529 deletions

View File

@@ -408,8 +408,8 @@ func setupWebServer(ds smtpd.DataStore) *bytes.Buffer {
// Have to reset default mux to prevent duplicate routes
http.DefaultServeMux = http.NewServeMux()
cfg := config.WebConfig{
TemplateDir: "../themes/integral/templates",
PublicDir: "../themes/integral/public",
TemplateDir: "../themes/bootstrap/templates",
PublicDir: "../themes/bootstrap/public",
}
shutdownChan := make(chan bool)
httpd.Initialize(cfg, ds, shutdownChan)