I downloaded it and it does not work! The following file seems to be incomplete. It does not have an end php tag
\includes\templates\YOUR_TEMPLATE\auto_loaders.php
<?php
/**
* jqzoom auto_loaders
*
* @author yellow1912 (RubikIntegration.com)
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
*/
if(JQZOOM_STATUS == 'true'){
$pages = explode(',',JQZOOM_ZOOMPAGES);
$loaders[] = array('conditions' => array('pages' => $pages),
'jscript_files' => array(
'jquery/jquery-1.4.2.min.js' => 1,
'jquery/jqzoom.pack.1.0.1.js' => 11,
'jqzoom.php' => 12
),
'css_files' => array('jqzoom.css' => 1)
);
}
I don't know whether this is the way it should be or there is code missing out of it. Thank you.