ckanext-googleanalytics/ckanext/googleanalytics/templates
Sean Hammond b9879ad28d Use g not config in templates
config is no longer available to templates (changed in CKAN core), use g
instead.

This means I have to rename googleanalytics.resource_prefix to
googleanalytics_resource_prefix, because it's now an attribute and can't
have a . in it.

Should probably be using g rather than config to access the setting in
the Python code as well..
2012-12-20 21:39:24 +00:00
..
googleanalytics/snippets Remove googleanalytics_footer 2012-10-18 19:46:03 +02:00
base.html Use g not config in templates 2012-12-20 21:39:24 +00:00