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,10 @@
<div id="footer" role="contentinfo">
<div id="blogcustom" class="sidebar" role="complementary">
<?php publicWidgets::widgetsHandler('custom',''); ?>
</div>
<div id="footer_content">
<p><?php printf(__("Powered by %s"),"<a href=\"https://dotclear.org/\">Dotclear</a>"); ?> - <?php echo __('Freshy theme'); ?> <a href="http://www.jide.fr">Julien de Luca</a> <?php echo __('adapted from Wordpress'); ?></p>
</div>
</div>
<?php if ($core->hasBehavior('publicFooterContent')) { $core->callBehavior('publicFooterContent',$core,$_ctx);} ?>