diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-13 00:43:47 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-13 00:43:47 +0100 |
commit | fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af (patch) | |
tree | f66188b95d3ad1dc0cbdaa99334acddb8d9b84a0 /app/view/templates/home.php | |
parent | 0842a9b17c0b25e2f1f5eca9f15e79cfb293b4a1 (diff) | |
download | wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.tar.gz wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.zip |
templateoptions
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 9aa3d13..a69882d 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -12,7 +12,7 @@ <?php if($user->iseditor()) { ?> -<section class="home"> +<main class="home"> @@ -102,7 +102,7 @@ </form> </div> </div> -</section> +</main> <?php } ?> |