vandelay451 0 Report post Posted March 10, 2011 Hi I just tried adding an image above my social media icons following Greg Johnson's solution found here... http://www.pagelines.com/forum/topic.php?id=4295. I added this recommended code to the bottom of the functions.php file... // Add Phone Number to header above branding icons add_action('pagelines_before_branding_icons','add_phone_number_to_header'); function add_phone_number_to_header() { $phone_image_url = "http://kevinsouthern.com/wp/wp-content/uploads/2011/03/contact_info.png'>http://kevinsouthern.com/wp/wp-content/uploads/2011/03/contact_info.png"; #replace the URL between the quotes with the URL to your image ?> < img src="<?php echo $phone_image_url; ?>" border="0" alt="Call us Today" id="phone-us" /> <?php When I hit the Update File button, I get the following error... Parse error: syntax error, unexpected $end in /home/vandelay451/kevinsouthern.com/wp/wp-content/themes/platformbase/functions.php on line 59 Here is the site I am trying to add the phone number to...http://kevinsouthern.com/wp/ Your help would be greatly appreciated. Thanks Kevin Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 11, 2011 Looks like a syntax error. Let me get you further help with this. Thanks, Bryan Share this post Link to post Share on other sites