Rowan Kerr a ecrit le 09/03/2006 19:40:
Moshe Weitzman wrote:
FYI - your active dhtml menu does not persist the red background like the original template.
This should be possible on add this on 4.7 HEAD if the Menu system keeps track of which main item is "active".
It does indeed : in page.tpl.php, you can find that info in the keys of the $primary_links and $secondary_links arrays :
$primary_links = Array ( [1-1] => "html for the first link" http://localhost/alep_dev/?q=node/6557 [1-2-active] => "html for the second link" [1-3] => ... [1-4] => ... .... )
most themes just ignore that and consider only the values...
I'm not sure how to tackle it on 4.6
Dunno about that.
other than parsing the urls which I will probably end up doing.
Ouch.