Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // allow direct access
- define('_JEXEC', 1);
- // this script is in /modules
- define('JPATH_BASE', realpath(dirname(__FILE__) . '/../../..'));
- // bootstrap joomla
- require_once JPATH_BASE . '/includes/defines.php';
- require_once JPATH_BASE . '/includes/framework.php';
- // instantiate application.
- $app = JFactory::getApplication('site');
- $app->initialise();
- jimport('joomla.application.module.helper');
- $module = JModuleHelper::getModule('mod_blanco_box', 'Rendez-vous');
- echo '<pre>';
- print_r($module);
- echo '</pre>';
Advertisement
Add Comment
Please, Sign In to add comment