diff --git a/browser/blue/controller.py b/browser/blue/controller.py index 3348dfe..b678076 100644 --- a/browser/blue/controller.py +++ b/browser/blue/controller.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Helmut Merz helmutm@cy55.de +# Copyright (c) 2011 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,8 +18,6 @@ """ View controller for the Lobo skin. - -$Id$ """ from cybertools.browser.controller import Controller as BaseController @@ -40,7 +38,7 @@ class Controller(BaseController): presentationMode = self.request.get('liquid.viewmode') == 'presentation' params = [('blue/blue8.css', 'all', 20, False), ('print.css', 'print', 25, False), - ('blue/blueprint/ie.css', 'all', 30, True), + ('blue/ie.css', 'all', 30, True), ('custom.css', 'all', 100, False)] #if presentationMode: # params.append(('presentation.css', 'all', 30, False))