Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Sécurité |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
5 | return; |
---|
6 | } |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | 'sitemap_news_description' => 'Pour être indexé plus facilement dans Google News, il est préférable de fournir un fichier Sitemap dédié aux actualités, dont la documentation est disponible : http://support.google.com/news/publisher/bin/answer.py?hl=fr&answer=74288', |
---|
10 | 'sitemap_news_nom' => 'Sitemap d’actualités', |
---|
11 | 'sitemap_news_slogan' => 'Fournit un fichier Sitemap dédié aux actualités du site', |
---|
12 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.