Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<div id="footer">
<div class="jqueryslidemenu" id="footer-categories-nav">
<ul>
<tpl:Categories level="1">
<li><a href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}">{{tpl:CategoryTitle encode_html="1"}}</a>
<tpl:CategoryFirstChildren>
<tpl:CategoriesHeader>
<ul>
</tpl:CategoriesHeader>
<li><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></li>
<tpl:CategoriesFooter>
</ul>
</tpl:CategoriesFooter>
</tpl:CategoryFirstChildren>
</li>
</tpl:Categories>
</ul>
</div>
<p id="footer-content"><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a>. Thème "Qrazy Times" par <a href="http://davidyim.fr/">David YIM</a>. {{tpl:SysPoweredBy}}.</p>
<p id="footer-nav"><a href="#page">&#x2191; remonter en haut de page</a></p>
</div>
{{tpl:SysBehavior behavior="publicFooterContent"}}
</div> <!-- end #container -->