Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
PHP code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2010 at 22:04 UTC
Updated:
19 Apr 2011 at 12:21 UTC
It's useful, for example
> Panels insert node into panel removes the title via $node->title = ''
> I add the title into node->content for use with content extra fields weight (http://github.com/hefox/faketitle)
tiny winy bit of code.
| Comment | File | Size | Author |
|---|---|---|---|
| node_title_check.patch | 460 bytes | hefox |
Comments
Comment #1
hefox commentedComment #2
jix_ commentedLooks good.
Comment #3
johnalbinI was hesitant to commit this because the use case is so narrow. But the code overhead is incredibly minimal and checking if $title is set is what page.tpl, block.tpl and comment.tpl already do.
Fixed. http://drupalcode.org/project/zen.git/commit/4bd5bd6
Comment #4
johnalbin