Closed (fixed)
Project:
scroll to top
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2012 at 20:38 UTC
Updated:
14 Dec 2012 at 09:40 UTC
In this version, you are using the following code throughout:
variable_get('scroll_to_top_label', t('Back to top'))
it should be:
t(variable_get('scroll_to_top_label', 'Back to top'))
Take a look at http://drupal.org/node/299085.
Thanks for an awesome module!
Comments
Comment #1
tarekdj commented@moehac fix commited to dev release thanks.
Comment #2
tarekdj commented