I have created a sub theme and then modified the template.php of the parent omega theme with :
//print out variables for the link array
function themename_menu_link(array $variables) {
return print_r($variables);
}
I get no response at all. I have tried creating a template.php lower down in the sub-theme also but this resulted in nothing.
Anyone have any tips or is this a bug in the theme?
Comments
Comment #1
carlmcdade commentedI have tried this in a number of clean installs and cleared the caches multiple times. This function is not picked up by the theme system.
Comment #2
cr0ss commentedPerhaps it's an Omegas issue. On my Omega 3.x this function works perfectly.