Djamil Legato wrote:
It was removed because it should be the feature loading up MooTools if required. In fact if you look at the feature totop.php in gantry, you'll see in the init() method that there is the behavior.framework.
You need to edit the totop.php feature file under the template and ensure it has that same JHTML::_('behavior.framework') in the init method to fix it.
Makes sense. And you're correct about the feature files.
Thanks!