aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/info.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-13 00:43:47 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-13 00:43:47 +0100
commitfbe5d2beb2bcc7035edc19eb0343f0ee662ba5af (patch)
treef66188b95d3ad1dc0cbdaa99334acddb8d9b84a0 /app/view/templates/info.php
parent0842a9b17c0b25e2f1f5eca9f15e79cfb293b4a1 (diff)
downloadwcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.tar.gz
wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.zip
templateoptions
Diffstat (limited to 'app/view/templates/info.php')
-rw-r--r--app/view/templates/info.php16
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__
&lt;/aside&gt;
</br>
</br>
-&lt;section class="<i>page_id</i>"&gt;
+&lt;main class="<i>page_id</i>"&gt;
</br>
-__the content of your section__
+__the content of your main__
</br>
-&lt;/section&gt;
+&lt;/main&gt;
</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