diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:00:08 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 13:00:08 +0100 |
| commit | 2e01e2b8ddadb7b3bf766589790975cee1fb647f (patch) | |
| tree | df8c25ff71db861f5df9fad1ac71859824ece4ae | |
| parent | b8a70740827882e88712496b18279d418f5e3072 (diff) | |
| download | install-2e01e2b8ddadb7b3bf766589790975cee1fb647f.tar.gz install-2e01e2b8ddadb7b3bf766589790975cee1fb647f.tar.bz2 install-2e01e2b8ddadb7b3bf766589790975cee1fb647f.zip | |
Replace colourstrap with stock Bootstrap 3.3.7 in installer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/install.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tpl b/templates/install.tpl index 6499b9a..bdebf90 100755 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -6,7 +6,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> {* hidden from 4.x browsers: *} - @import "{$smarty.const.THEMES_PKG_URL}css/colourstrap-full.css"; + @import "{$smarty.const.THEMES_PKG_URL}css/bootstrap.css"; @import "{$smarty.const.INSTALL_PKG_URL}css/install.css"; </style> <title>Install Bitweaver - {$browserTitle}</title> |
