Your IP : 216.73.216.182


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

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

	<?php if ($this->config->get('bbcode_code')) { ?>
	FD.require()
	.script('vendor/prism')
	.done(function() {
		Prism.highlightAll();
	});
	<?php } ?>
});