On a fresh drupal install with zen + austin, I get the following error:

warning: implode() [function.implode]: Invalid arguments passed in /path/sites/all/themes/austin/template.php on line 125.

The attached patch checks to ensure we have a set variable before passing it to implode().

CommentFileSizeAuthor
array_error.patch267 bytesryan_courtnage

Comments

jmlane’s picture

Above patch resolves issue for me.

caroltron’s picture

Assigned: Unassigned » caroltron
Status: Needs review » Postponed

Thank you for the patch, but it cannot be applied just yet. The issue you are experiencing is b/c you're likely using the 2.x branch of Zen and not the 1.x branch. This will be fixed when I branch Austin to match Zen 6.x-2.x. Stay Tuned.