Hi there,
Just tried to install your theme and I get the following error :
Fatal error: Cannot redeclare phptemplate_links() (previously declared in /var/www/remap/sites/all/modules/menutrails/menutrails.module:428) in /var/www/remap/sites/all/themes/aberdeen/template.php on line 141
Does that mean it's not compatible with the menutrails module ?
Comments
Comment #1
ishmael-sanchez commentedComment #2
ishmael-sanchez commentedHey ludo1960,
Sort of, so the theme uses that function to wrap the link items in a span tag for the tabbed look. You can remove the function in the theme template.php file around line 75, however you will get partly unstyled navigation links in the theme if you do that. I'm not sure how you are using this modules but if the semi-styled links are ok with you then go for it.
In the next release, I will add a conditional to check for this module so that error doesn't get thrown and I'll add a note in the read me about it. Also, I'm open to any other suggestions.
Comment #3
ludo1960 commentedOk Cheers.
Comment #4
ishmael-sanchez commented