line 269 of page.tpl.php is
<p class="copyright"><?php print t('Copyright'); ?> &copy; <?php echo date("Y"); ?>, <?php print check_plain(theme_get_setting('copywrite_holder')) ?></p>

but the setting is theme_get_setting('copyright_holder')

Great theme!

Comments

mfernea’s picture

Status: Active » Needs review
StatusFileSize
new8.85 KB

This was introduced in 7.x-2.03 version. I wonder why the last two tags are not included in 7.x-2.x branch.

Here is the patch. I also adjusted the code to follow coding standards.

Egmund’s picture

Thank you swaan. That fixed it.

mheinke’s picture

Hi all!
Im sorry ive been unable to attend to this theme in the past year. I will get onto a dev schedule pretty soon and come out with a new release with these changes!

  • mheinke committed 0b7b5b2 on 7.x-2.x
    Issue #2280279 by mfernea, mheinke: change template to theme_get_setting...
mheinke’s picture

Status: Needs review » Fixed

Pushed to version 2.05

mheinke’s picture

Status: Fixed » Closed (fixed)