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/info.php | |
parent | 0842a9b17c0b25e2f1f5eca9f15e79cfb293b4a1 (diff) | |
download | wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.tar.gz wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.zip |
templateoptions
Diffstat (limited to 'app/view/templates/info.php')
-rw-r--r-- | app/view/templates/info.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/view/templates/info.php b/app/view/templates/info.php index 4634995..4da3819 100644 --- a/app/view/templates/info.php +++ b/app/view/templates/info.php @@ -8,7 +8,7 @@ <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'info']) ?> -<section class="info"> +<main class="info"> <h1>Info</h1> @@ -138,7 +138,7 @@ <li>header</li> <li>nav</li> <li>aside</li> -<li>section</li> +<li>main</li> <li>footer</li> </ul> @@ -267,7 +267,7 @@ You can use any of them, only one or all at the same time, as you prefer. <p>As it is too long adding all media of a folder one by one, you can just print the content of an entire folder using this method.</p> <blockquote> -%MEDIA:<i>__repository__</i> +%MEDIA:<i>__directory__</i> </blockquote> <p>Just point to the good directory inside the media folder. This will output html list, creating image elements, audio players, video players, or just basic link, depending on the media type.</p> @@ -295,7 +295,7 @@ You can use any of them, only one or all at the same time, as you prefer. %ASIDE% </br> </br> -%SECTION% +%MAIN% </blockquote> <p>Will output :</p> @@ -309,12 +309,12 @@ __the content of your aside__ </aside> </br> </br> -<section class="<i>page_id</i>"> +<main class="<i>page_id</i>"> </br> -__the content of your section__ +__the content of your main__ </br> -</section> +</main> </blockquote> @@ -357,7 +357,7 @@ __content of this page html element__ </article> -</section> +</main> </body> <?php $this->stop('page') ?>
\ No newline at end of file |