diff options
Diffstat (limited to 'templates/web/base/offline/appcache.html')
-rw-r--r-- | templates/web/base/offline/appcache.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/base/offline/appcache.html b/templates/web/base/offline/appcache.html index ba54b229a..ed48b7a00 100644 --- a/templates/web/base/offline/appcache.html +++ b/templates/web/base/offline/appcache.html @@ -1,4 +1,5 @@ -[% INCLUDE 'header.html' appcache = 1 bodyclass = "fullwidthpage" %] +[% SET bodyclass = "fullwidthpage offlinepage" ~%] +[% INCLUDE 'header.html' appcache = 1 %] <h1>[% loc('Internet glitch') %]</h1> |