showHeader == true) $this->putHeaderHtml(); else require HelperUC::getPathTemplate("header_missing"); $path = HelperUC::getPathViewObject("activation_view.class"); require_once $path; $pathProvider = GlobalsUC::$pathProviderViews."provider_activation_view.class.php"; if(file_exists($pathProvider)){ require_once $pathProvider; $objActivationView = new UniteCreatorActivationViewProvider(); }else{ $objActivationView = new UniteCreatorActivationView(); } $webAPI = new UniteCreatorWebAPI(); $isActive = $webAPI->isProductActive(); ?>
putHtmlDeactivate(); else $objActivationView->putActivationHtml(); $objActivationView->putJSInit(); ?>
display();