Remove a broken reference to googleanalytics_footer()

googleanalytics_footer() was removed by a previous commit
This commit is contained in:
Sean Hammond 2012-10-18 19:52:24 +02:00
parent e02ccc7438
commit 58693e9d26
1 changed files with 1 additions and 3 deletions

View File

@ -154,9 +154,7 @@ class GoogleAnalyticsPlugin(p.SingletonPlugin):
See ITemplateHelpers.
'''
return {'googleanalytics_header': self.googleanalytics_header,
'googleanalytics_footer': self.googleanalytics_footer
}
return {'googleanalytics_header': self.googleanalytics_header}
def googleanalytics_header(self):
'''Render the googleanalytics_header snippet for CKAN 2.0 templates.