Closed (fixed)
Project:
Pixture Reloaded
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jan 2009 at 07:26 UTC
Updated:
18 May 2009 at 22:20 UTC
node.tpl.php line 12:
<div class="node <?php print $node_classes; ?> <?php if (is_front) { print 'front-node'; } ?>"
"is_front" should be "$is_front".
The very odd thing is this only a problem with 6.10-dev I checkout from cvs, no error come up with 6.9.
But in any case, this is a mistake should be fixed.
Comments
Comment #1
Jeff Burnz commentedProbably should just move this into $node_classes in any case.
Will commit a fix in coming days to head.
Comment #2
Jeff Burnz commentedops
Comment #3
Jeff Burnz commentedfixed in 6.x-3.1