I have fixed this by modifying google_docs.theme.inc on line 15 to be:
$ipath = url(drupal_get_path('module', 'google_docs') . "/icons");
and replacing all occurances of "/{$ipath}" with "{$ipath}" (lines 23 and 78)
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | google_docs_ipaths.patch | 1.17 KB | shadowspar |
Comments
Comment #1
flexer commentedThank you, I'll fix this in beta4 along some other things
Comment #2
flexer commentedFixed in beta4
Comment #4
shadowspar commentedUnfortunately, this fix doesn't work for sites without Clean URLs enabled, and it breaks the display of the Google logo that links to docs.google.com as well.
I think this patch to beta4 should work for everyone -- can you please take a look?
Comment #5
flexer commentedI will, thank you!
Comment #6
flexer commentedPatch applied in beta5 :)
Comment #7
flexer commented