Active
Project:
Sky
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2012 at 17:59 UTC
Updated:
26 Mar 2012 at 18:42 UTC
There was a change committed to the info file that is giving me php errors. Was this done by mistake?
http://drupalcode.org/project/sky.git/commitdiff/55663bd8cfd5995833aa1b3...
@@ -17,7 +17,7 @@ stylesheets[all][] = css/navigation.css
stylesheets[all][] = color/colors.css
stylesheets[all][] = css/sky.settings.style.css
stylesheets[print][] = css/print.css
-scripts[] = js/scripts.js
+scripts[] = sites/all/themes/sky/js/scripts.js
regions[sidebar_first] = Sidebar first
regions[sidebar_second] = Sidebar second
regions[content] = Main content
Comments
Comment #1
Jeff Burnz commentedyes, its a mistake, just change it to
js/scripts.js, I am using my new info file generator and it still has some teething issues getting the path for scripts.