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

Jeff Burnz’s picture

Title: Small mistake in node.tpl.php » is_front should be
Assigned: Unassigned » Jeff Burnz

Probably should just move this into $node_classes in any case.

Will commit a fix in coming days to head.

Jeff Burnz’s picture

Title: is_front should be » move front-node class to $node_classes

ops

Jeff Burnz’s picture

Status: Active » Fixed

fixed in 6.x-3.1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.