diff --git a/index.js b/index.js index 5b762bb4..ce3dc1da 100644 --- a/index.js +++ b/index.js @@ -121,7 +121,7 @@ Ox.load(function() { getSRC: function(element) { var src, home = app.url.get().page == '', - theme = app.user.theme; + theme = app.user.theme || 'classic'; if (element == 'icon') { src = 'source/Ox.UI/themes/' + theme + '/png/icon16.png';