Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/administrator/components/com_widgetkit/
Upload File :
Current File : /home/bateauecpx/www/administrator/components/com_widgetkit/widgetkit-app.php

<?php

defined('_JEXEC') or die;

if ($component = JComponentHelper::getComponent('com_widgetkit', true) and $component->enabled) {
    return include(__DIR__ . '/widgetkit.php');
}

return false;