| Current Path : /var/www/html/components/com_komento/themes/wireframe/dashboard/ |
| 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 } ?>
});