node.tpl has a rather ugly
<?php }; ?>
Looks like this closes the if ($page == 0) much further up. An if: endif; would be cleaner to read.
node.tpl has a rather ugly
<?php }; ?>
Looks like this closes the if ($page == 0) much further up. An if: endif; would be cleaner to read.
Comments
Comment #1
restyler commentedbrackets approach is not so ugly if you have editor with "highlight matching brace" - it helps a lot.
Comment #2
joachim commentedThat's a fair point; but it's not what the core does in its templates.