Needs review
Project:
Painted Wall
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2010 at 08:12 UTC
Updated:
24 May 2010 at 08:12 UTC
this statement found in line 89 in page.tpl.php if ((arg(1) == 'add') && (arg(0) == 'node')):
Please replace it with if ((arg(1) == 'add') && (arg(0) == 'node') && arg(2)): to remove this text from node add page itself. Node types list have no required fields.