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

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

$
0
0

the error messsage comes from this line:

<?php_e('2012', ''); ?></p>

there is a space character missing after <?php - the line should read:

<?php _e('2012', ''); ?></p>

possibly try to add your code after this line:

<div id="footer" class="clearfix">


Viewing all articles
Browse latest Browse all 13545

Trending Articles