equal
deleted
inserted
replaced
175 staticurl += '/' |
175 staticurl += '/' |
176 |
176 |
177 # some functions for the templater |
177 # some functions for the templater |
178 |
178 |
179 def motd(**map): |
179 def motd(**map): |
180 yield self.config('web', 'motd', '') |
180 yield self.config('web', 'motd') |
181 |
181 |
182 # figure out which style to use |
182 # figure out which style to use |
183 |
183 |
184 vars = {} |
184 vars = {} |
185 styles, (style, mapfile) = getstyle(req, self.config, |
185 styles, (style, mapfile) = getstyle(req, self.config, |