Posted by philbar on March 26, 2012 at 5:59pm
2 followers
Jump to:
| Project: | Sky |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
yes, 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.