[ckan-changes] commit/ckanext-pdeu: pudo: set logo from plugin
Bitbucket
commits-noreply at bitbucket.org
Thu Jun 9 14:46:36 UTC 2011
1 new changeset in ckanext-pdeu:
http://bitbucket.org/okfn/ckanext-pdeu/changeset/1d7125edcb6d/
changeset: 1d7125edcb6d
user: pudo
date: 2011-06-09 16:46:25
summary: set logo from plugin
affected #: 1 file (51 bytes)
--- a/ckanext/pdeu/plugin.py Thu Jun 09 12:21:39 2011 +0200
+++ b/ckanext/pdeu/plugin.py Thu Jun 09 16:46:25 2011 +0200
@@ -16,6 +16,7 @@
config.get('extra_public_paths', '')])
config['extra_template_paths'] = ','.join([template_dir,
config.get('extra_template_paths', '')])
+ config['ckan.site_logo'] = '/img/logo.png'
def before_map(self, route_map):
wire_controller = 'ckanext.pdeu.controllers:RewiringController'
Repository URL: https://bitbucket.org/okfn/ckanext-pdeu/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list