I know this may seem minor to non-themers, but the biggest part of the title-as-field patches that was annoying the crap out of me was the fact that node.tpl's $title got renamed to $node_title. Using consistent variable names across templates makes learning theming easier.
Over in #571654: Revert node titles as fields the $node_title variable was not properly reverted, but I was asked to move the patch to another issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node-title-rollback-761616-1.patch | 3.82 KB | johnalbin |
Comments
Comment #1
johnalbinAnd here's the patch.
Comment #2
sunLooks good.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.