Page header breaks on article and blog nodes
Posted by akanik on October 5, 2011 at 3:48pm
So I'm having some trouble with some code that I added to the page-header.tpl.php. I have taken out the menu(s) that appeared there and replaced it with some social networking tools; facebook, twitter, newsletter, rss.
<?php
if (!empty($admin)) print $admin;
?>
<?php
print $header;
?>