Current oav website
This commit is contained in:
31
dotclear._no/themes/qrazy-times/tpl/_footer.html
Executable file
31
dotclear._no/themes/qrazy-times/tpl/_footer.html
Executable 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">↑ remonter en haut de page</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
{{tpl:SysBehavior behavior="publicFooterContent"}}
|
||||
|
||||
</div> <!-- end #container -->
|
||||
Reference in New Issue
Block a user