X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fconfiguration%2Ftype_urls.php;fp=www%2Fecrire%2Fconfiguration%2Ftype_urls.php;h=3437fd4f4ffdc64ea21a5cae4675b3718a06bcf4;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/ecrire/configuration/type_urls.php b/www/ecrire/configuration/type_urls.php new file mode 100644 index 0000000..3437fd4 --- /dev/null +++ b/www/ecrire/configuration/type_urls.php @@ -0,0 +1,52 @@ +$r — " . $exemple . ''; + } + + $res = "

" + . _T('texte_type_urls') + . "

" + . "
" + . afficher_choix('type_urls', $GLOBALS['meta']['type_urls'], $dispo) + . "
" + . "

" + . _T('texte_type_urls_attention', array('htaccess' => '.htaccess')) + . "

"; + + + $res = '
'.debut_cadre_trait_couleur("", true, "", _T('titre_type_urls').aide("confurl")) + . ajax_action_post('configurer', 'type_urls', 'config_fonctions', '', $res) + . fin_cadre_trait_couleur(true); + + return ajax_action_greffe("configurer-type_urls", '', $res); +} +?>