Ejemplo n.º 1
0
    exit;
}
$phpthumb = dirname(__FILE__) . '/phpthumb/ThumbLib.inc.php';
if (file_exists($phpthumb)) {
    require $phpthumb;
} else {
    print 'Error thumbnail Config';
    exit;
}
/**
 * Include smarty3
 */
$smarty = dirname(__FILE__) . '/smarty3/Smarty.class.php';
if (file_exists($smarty)) {
    require $smarty;
} else {
    print 'Error Smarty Config';
    exit;
}
/*
 * Chargement automatique des classes plugins
 */
$loadplugin = dirname(__FILE__) . '/../plugins/autoload.php';
if (file_exists($loadplugin)) {
    require $loadplugin;
}
if (defined('M_FIREPHP')) {
    if (M_FIREPHP) {
        magixcjquery_debug_magixfire::configErrorHandler();
    }
}