Nettoyage notranslate
This commit is contained in:
parent
fe5302be14
commit
89c4c7b3aa
@ -1,5 +1,4 @@
|
|||||||
<?php echo template::formOpen('configForm'); ?>
|
<?php echo template::formOpen('configForm'); ?>
|
||||||
<div class="notranslate">
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col2">
|
<div class="col2">
|
||||||
<?php echo template::button('configBack', [
|
<?php echo template::button('configBack', [
|
||||||
@ -305,5 +304,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<?php echo template::formClose(); ?>
|
<?php echo template::formClose(); ?>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?php echo template::formOpen('configManageForm'); ?>
|
<?php echo template::formOpen('configManageForm'); ?>
|
||||||
<div class="notranslate">
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col2">
|
<div class="col2">
|
||||||
<?php echo template::button('configManageBack', [
|
<?php echo template::button('configManageBack', [
|
||||||
@ -96,5 +95,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<?php echo template::formClose(); ?>
|
<?php echo template::formClose(); ?>
|
||||||
|
8
robots.txt
Normal file
8
robots.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
# ZWII CONFIG ---------
|
||||||
|
User-agent: *
|
||||||
|
Allow: /site/file/
|
||||||
|
Disallow: /site/
|
||||||
|
Sitemap: http://localhost/ZwiiCMS/sitemap.xml
|
||||||
|
Sitemap: http://localhost/ZwiiCMS/sitemap.xml.gz
|
||||||
|
# ZWII CONFIG ---------
|
48
sitemap.xml
Normal file
48
sitemap.xml
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- generated-on="2019-12-16T16:52:57+01:00" -->
|
||||||
|
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?accueil</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?enfant</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?mise-en-page</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?menu-lateral</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?blog</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?blog/mon-premier-article</loc>
|
||||||
|
<lastmod>2019-01-29T19:41:42+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?blog/mon-deuxieme-article</loc>
|
||||||
|
<lastmod>2019-02-17T19:41:42+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?blog/mon-troisieme-article</loc>
|
||||||
|
<lastmod>2019-02-22T19:41:42+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?galeries</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?site-de-zwii</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://localhost/ZwiiCMS/?contact</loc>
|
||||||
|
<lastmod>2019-12-16T16:52:57+01:00</lastmod>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
BIN
sitemap.xml.gz
Normal file
BIN
sitemap.xml.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user