File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
astroid/astroid-template-zero/frontend Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22/**
33 * @package Astroid Framework
44 * @author JoomDev https://www.joomdev.com
5- * @copyright Copyright (C) 2009 - 2018 JoomDev.
5+ * @copyright Copyright (C) 2009 - 2019 JoomDev.
66 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
77 */
88// No direct access.
1818 $ find = array ('{year} ' , '{sitename} ' );
1919 $ replace = array ($ year , $ sitename );
2020 $ footertext = str_replace ($ find , $ replace , $ footer_copyright );
21- $ html = '<div id="astroid-footer" class="py-3 "> ' . $ footertext . ' <br><a href="https://www.joomdev.com/products/templates" target="_blank">Joomla Templates</a> by <a href="https://www.joomdev.com" target="_blank">JoomDev</a> </div> ' ;
21+ $ html = '<div id="astroid-footer" class="astroid-footer "> ' . $ footertext . '</div> ' ;
2222 echo $ html ;
2323}
2424?>
You can’t perform that action at this time.
0 commit comments