Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13545

sandaru1z on "[Theme: Pilot Fish] Add Footer Image"

$
0
0

Here's the full code,

My code was added to the top of the footer.php

it gives an error like this in the web page

Fatal error: Call to undefined function php_e() in /home/knowhow/public_html/SRILANKALEDBULBS.INFO/wp-content/themes/pilot-fish/footer.php on line 18

<?php
/**
 * Footer Template
 *
 * @file           footer.php
 * @package        Pilot Fish
 * @filesource     wp-content/themes/pilot-fish/footer.php
 * @since          Pilot Fish 0.1
 */
?>

<div class='center'>
<p class='fimage'>
<a href='http://google.com/' target='_top' title='fimage'>
<img src='<?php bloginfo('template_directory');?>/images/logos.png' />
</a>
<?php_e('2012', ''); ?></p>
</div>

</div><!-- end of #wrapper -->
<?php pilotfish_wrapper_end(); // after wrapper hook ?>
</div><!-- end of #container -->
<?php pilotfish_container_end(); // after container hook ?>

<div id="footer" class="clearfix">
<?php pilotfish_in_footer(); ?>
    <?php get_sidebar('footer'); ?>
    <div id="copyright" class="clear">
        <div class="row span6 copyright">
            <small><?php esc_attr_e('&copy;', 'pilotfish'); ?> <?php _e(date('Y')); ?> <a href="<?php echo home_url('/') ?>" title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"><?php bloginfo('name'); ?></a> <?php _e('powered by', 'pilotfish'); ?> <a href="<?php echo esc_url(__('http://wordpress.org','pilotfish')); ?>" title="<?php esc_attr_e('WordPress', 'pilotfish'); ?>">
                    <?php _e('WordPress', 'pilotfish'); ?></a></small><br /><small><?php _e('Theme by','pilotfish') ?> <a href="<?php echo esc_url(__('http://danielatwork.com','pilotfish')); ?>" title="<?php esc_attr_e('Daniel Zhao', 'pilotfish'); ?>">
                    <?php _e('Daniel Zhao', 'pilotfish'); ?></a></small>
        </div><!-- end of .copyright -->

        <div class="row span6 last scroll-top"><small><a href="#" title="<?php esc_attr_e( 'scroll to top', 'pilotfish' ); ?>"><?php _e( 'Back to Top', 'pilotfish' ); ?></a></small></div><!-- end of .scroll-top -->
    </div><!-- end of #copyright -->

</div><!-- end of #footer -->
<?php pilotfish_footer_end(); // after footer hook ?>
<?php pilotfish_footer() ?>
<?php wp_footer(); ?>
</body>
</html>

Viewing all articles
Browse latest Browse all 13545

Trending Articles