Skip to content

Commit c36f785

Browse files
committed
Remove hardcode copyright
1 parent 9a30a65 commit c36f785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroid/astroid-template-zero/frontend/footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
@@ -18,7 +18,7 @@
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
?>

0 commit comments

Comments
 (0)