Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mod_image_show_gk4/mod_image_show_gk4.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// no direct access
defined('_JEXEC') or die;

// solves problem with loading mootools library
JHtml::_('behavior.framework', true);

// helper loading
require_once (dirname(__FILE__).DS.'helper.php');
require_once (dirname(__FILE__).DS.'class.image.php');
Expand Down