Closed (fixed)
Project:
ZURB Foundation
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2013 at 22:11 UTC
Updated:
19 Apr 2013 at 19:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
bryan cordrey commentedI have attached the patch to fix it.
Comment #2
chrisjlee commentedSorry you were probably working on the theme as i was. I have this resolved as well. sorry.
Comment #3
bmcmurray commented@chrisjlee, while it does look like you refactored the check for zepto.js out of html.tpl.php and into template.php, you didn't catch the important part of @bryan.cordrey's patch, which is that using path_to_theme() instead of drupal_get_path('theme', 'zurb_foundation') causes this to break in subthemes unless each subtheme individually includes a /js/vendor/zepto.js file.
Comment #4
chrisjlee commentedGood point. Committed