Remove a broken reference to googleanalytics_footer()
googleanalytics_footer() was removed by a previous commit
This commit is contained in:
parent
e02ccc7438
commit
58693e9d26
|
@ -154,9 +154,7 @@ class GoogleAnalyticsPlugin(p.SingletonPlugin):
|
||||||
See ITemplateHelpers.
|
See ITemplateHelpers.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
return {'googleanalytics_header': self.googleanalytics_header,
|
return {'googleanalytics_header': self.googleanalytics_header}
|
||||||
'googleanalytics_footer': self.googleanalytics_footer
|
|
||||||
}
|
|
||||||
|
|
||||||
def googleanalytics_header(self):
|
def googleanalytics_header(self):
|
||||||
'''Render the googleanalytics_header snippet for CKAN 2.0 templates.
|
'''Render the googleanalytics_header snippet for CKAN 2.0 templates.
|
||||||
|
|
Loading…
Reference in New Issue