Needs work
Project:
Clean
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2010 at 14:06 UTC
Updated:
27 Feb 2011 at 14:09 UTC
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
Comment #1
psynaptic commentedThis 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.