~beeseek-devs/beeseek-wiki/trunk

« back to all changes in this revision

Viewing changes to wiki/data/plugin/theme/beeseek.py

  • Committer: Andrea Corbellini
  • Date: 2008-08-27 14:32:21 UTC
  • Revision ID: andrea.corbellini@beeseek.org-20080827143221-bqv8dvvqo8wdqg7r
Adapted code to new theme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        ModernTheme.__init__(self, request)
19
19
        self.editorheader = self.header
20
20
        icons = {
21
 
            '{X}': ("{X}", 'icon-error.png', 20, 20),
 
21
            '{X}': ('{X}', 'icon-error.png', 20, 20),
22
22
            '(?)': ('(?)', 'questionmark.png', 20, 20),
23
23
        }
24
24
        self.icons.update(icons)