* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 7233 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ include_once('jirafe.php'); if (version_compare(_PS_VERSION_, '1.5') >= 0) { require_once 'AdminJirafeDashboard15.php'; } elseif (version_compare(_PS_VERSION_, '1.4') >= 0) { require_once 'AdminJirafeDashboard14.php'; }