feat : fonctionnalité devenue inutile : redirection vers ancien site

master
RealET 1 month ago
parent 3617b3fe50
commit f8a437cdf2

@ -168,7 +168,5 @@
{lang}
{titretop=#GET{titretop}}
>
</BOUCLE_article_principal>[
(#CONFIG{soyezcreateurs_google/redirection_ancien_site})[(#INCLURE{fond=noisettes/redirect})]
]<//B_article_principal>
#FILTRE{mini_html}
</BOUCLE_article_principal>
#FILTRE{mini_html}

@ -15,7 +15,7 @@
},
defaut=oui
}
)]
)]
</[(#VAL{ul}|saisie_balise_structure_formulaire)]>
</fieldset>
<fieldset>
@ -26,17 +26,9 @@
)]
</[(#VAL{ul}|saisie_balise_structure_formulaire)]>
</fieldset>
<fieldset>
<h3 class="legend"><:soyezcreateursprive:cfg_redirection_ancien_site:></h3>
<[(#VAL{ul}|saisie_balise_structure_formulaire)] class="editer-groupe">
[(#SAISIE{input,redirection_ancien_site,
label=<:soyezcreateursprive:cfg_url_redirection:>}
)]
</[(#VAL{ul}|saisie_balise_structure_formulaire)]>
</fieldset>
<p class="boutons">
<span class="image_loading">&nbsp;</span><input type="submit" class="btn submit" value="<:bouton_enregistrer|attribut_html:>" /></span>
</p>
</div>
</form>
</div>
</div>

@ -193,7 +193,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_quoideneuf_label' => 'Número de "Què hi ha de nou"',
'cfg_rainette_ville' => 'Codi Ciutat (Météo)',
'cfg_realisation' => 'Realització',
'cfg_redirection_ancien_site' => 'Redirecció cap al lloc antic',
'cfg_rss_label' => 'Número RSS',
'cfg_rss_label_ex' => 'Número de sindicacions visualitzades pel flux RSS a la navegació secundària',
'cfg_scolaire' => 'Escolar (de setembre a desembre de lany següent)',

@ -226,7 +226,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_quoideneuf_label' => 'Anzahl der Was ist neu',
'cfg_rainette_ville' => 'City Code (Wetter)',
'cfg_realisation' => 'Realisierung',
'cfg_redirection_ancien_site' => 'Umleitung auf der alten Website',
'cfg_rss_label' => 'Anzahl RSS',
'cfg_rss_label_ex' => 'Anzahl der Syndications RSS-Feed in der Sekundärnavigation angezeigt'
);

@ -218,7 +218,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_quoideneuf_label' => 'Number of "Whats new" items',
'cfg_rainette_ville' => 'Town Code (for the weather)',
'cfg_realisation' => 'Making',
'cfg_redirection_ancien_site' => 'Redirect to the old site',
'cfg_rss_label' => 'Number of RSS items',
'cfg_rss_label_ex' => 'Number of syndication links displayed per RSS feed in the secondary navigation section',
'cfg_scolaire' => 'School (from September to December of the following year)',

@ -318,7 +318,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_quoideneuf_label' => 'Nombre de "Quoi de neuf"',
'cfg_rainette_ville' => 'Code Ville (Météo)',
'cfg_realisation' => 'Réalisation',
'cfg_redirection_ancien_site' => 'Redirection vers lancien site',
'cfg_rssaccueil_label' => 'Nombre RSS en page daccueil',
'cfg_rssaccueil_label_ex' => 'Nombre de syndications affichées par flux RSS en page daccueil',
'cfg_rss_label' => 'Nombre RSS',

@ -221,7 +221,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_quoideneuf_label' => 'Počet položiek stránky Čo je nové',
'cfg_rainette_ville' => 'Kód mesta (pre počasie)',
'cfg_realisation' => 'Realizácia',
'cfg_redirection_ancien_site' => 'Presmerovať na starú stránku',
'cfg_rss_label' => 'Číslo RSS',
'cfg_rss_label_ex' => 'Počet syndikovaných odkazov zobrazených na kanál RSS v rubrike druhotnej navigácie',
'cfg_scolaire' => 'Škola (od septembra do decembra nasledujúceho roka)',

@ -190,7 +190,6 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'cfg_quoideneuf_label' => 'Кількість "Що нового?"',
'cfg_rainette_ville' => 'Код міста (погоди)',
'cfg_realisation' => 'Реалізація',
'cfg_redirection_ancien_site' => 'Перенаправлення старого сайту',
'cfg_rss_label' => 'Кількість RSS',
'cfg_rss_label_ex' => 'Кількість синдикацій відображених потоком RSS у вторинній навігації',
'cfg_scolaire' => 'Школи (з вересня по грудень наступного року)',

@ -1,4 +0,0 @@
<?php
header("HTTP/1.1 302");
header("Location: #CONFIG{soyezcreateurs_google/redirection_ancien_site}".$_SERVER['REQUEST_URI']);
exit;
Loading…
Cancel
Save