• Resolved kbellairs

    (@kbellairs)


    updated to Luminescence Lite 2.2.0. All pages now display an error:

    Fatal error: Can’t use function return value in write context in /home/content/99/5004699/html/wp-content/themes/luminescence-lite/footer.php on line 36

    footer.php file is @version Release: 1.2.0

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I can’t seem to replicate your error, But to solve your problem you need to edit footer.php. Replace below code from 35 to 48.

    <div id="copyright-wrapper" style="color: <?php echo get_theme_mod( 'copyright_text', '#787c7f' ); ?>;"><?php esc_attr_e('Copyright &copy;', 'luminescence-lite'); ?> <?php echo date_i18n( date('Y') ); ?> <?php echo get_theme_mod( 'copyright', 'Your Name' ); ?>.<?php esc_attr_e('All rights reserved.', 'luminescence-lite');?></div>

    Thanks!

    Thread Starter kbellairs

    (@kbellairs)

    That’s the fix. Many thanks.

    Keith

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fatal error footer.php’ is closed to new replies.