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

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
ishmael-sanchez’s picture

Status: Active » Needs work

Hey 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.

ludo1960’s picture

Ok Cheers.

ishmael-sanchez’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.