<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
class GantryFeatureToTop extends GantryFeature
{
var $_feature_name = 'totop';
function init()
{
/** @var $gantry Gantry */
global $gantry;
JHTML::_('behavior.framework', true);
if ($this->get('enabled')) {
$gantry->addScript('gantry-totop.js');
}
}
The following users have thanked you: Carlos Lozano
Time to create page: 0.068 seconds