clean_preprocess_node() uses l() to put a link on node titles, as opposed to Garland which does this in node.tpl

Clean's way is undesirable because to remove this link in a subtheme I have to then hack at $vars['title'] myself, and clean_preprocess_node() is still performing a now useless operation.

Comments

psynaptic’s picture

Status: Active » Needs work

This is so much better in D7 where everything can be an array when it gets to the template file. If you could like to provide a patch for this I would happily accept, I am only doing maintenance updates to Clean 6.x now, favouring to spend my time developing for Clean 7.x.

Please close this issue if you decide not to create a patch.