Your IP : 216.73.216.182


Current Path : /var/www/html/components/com_komento/themes/wireframe/subscriptions/
Upload File :
Current File : /var/www/html/components/com_komento/themes/wireframe/subscriptions/default.js

Komento.require()
.script('site/subscriptions/default')
.done(function($) {
	$('[data-kt-subscriptions]').implement(Komento.Controller.Subscriptions, {
		"return": "<?php echo $returnURL;?>",
		"userid": "<?php echo KT::user()->id;?>"
	});
});