When making a page node - the submitted icon (no text) shows at the top of content, however it is 3/4 hidden by the content revealing only a small blue "hump", for other nodes (non page nodes) which display the submitted by text everything is fine. I fixed this by adding some php to node.tpl.php for the $submitted line as per the if statements in the footer new code below...replacing submitted line

if ($submitted) {

};

this makes the submitted by icon not show on the page nodes....

btw nice theme...

Comments

Gurpartap Singh’s picture

Status: Active » Closed (duplicate)

Thanks, it's fixed already ;)