Closed (duplicate)
Project:
Alek 2.0
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2007 at 14:46 UTC
Updated:
13 Jan 2008 at 22:51 UTC
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) {
print $submitted };
this makes the submitted by icon not show on the page nodes....
btw nice theme...
Comments
Comment #1
Gurpartap Singh commentedThanks, it's fixed already ;)