';
$modulo_custom=get_var("Cartella Custom");
//Caricamento template popup
if(file_exists($docroot."/modules/".$module_dir."/".$modulo_custom."/add.php")){
include($docroot."/modules/".$module_dir."/".$modulo_custom."/add.php");
}
else if(file_exists($docroot."/modules/".$module_dir."/".$modulo_custom."/add.html")){
include($docroot."/modules/".$module_dir."/".$modulo_custom."/add.html");
}
else if(file_exists($docroot."/modules/".$module_dir."/add.php")){
include($docroot."/modules/".$module_dir."/add.php");
}
if(file_exists($docroot."/modules/".$module_dir."/add_wizard.php")){
include($docroot."/modules/".$module_dir."/add_wizard.php");
}
echo '
';
if( $_GET['ajax'] == "yes"){
echo '
';
}
echo '
';
?>