Mykee wrote:
Find this line in mod_OS_ImageGallery_Free.php file:
Code: |
require_once dirname(__FILE__).'/helpers/images.php';
|
and insert this line after:
Code: |
JHtml::_('bootstrap.framework');
|
Awesome! Work for me when i want to load module inside other module! Thx to Mykee!