Files
oav/dotclear._no/cache/cbtpl/f9/bf/f9bf296b9b69f6e5967d6691f76c151a.php
2023-03-20 12:18:38 +01:00

10 lines
554 B
PHP
Executable File

<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);} ?>