Closed (fixed)
Project:
Seven
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 23:31 UTC
Updated:
15 Jan 2026 at 11:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damienmckennaHere's a quick patch to fix the paths so that the normal location for themes, or indeed an "sites/*/themes" location, will work correctly.
Comment #2
fenstratThemes can be nested folders as well. Wouldn't a more universal approach be to change the path to "/misc/an-image.png"?
Comment #3
mcrittenden commented@fenstrat: that won't work either since not all Drupal sites are in the webroot. I'm going ahead and committing the patch since I doubt anyone will have a reason to put Seven in a subfolder.
Comment #4
mcrittenden commentedCommitted to beta12.
Comment #5
damienmckenna@fenstrat: As someone who built & managed a (slightly kludgy) multi-site install that used subdirectories, I understand your concern. Unfortunately there's no real way to handle it within CSS other than to copy the necessary images into the theme's directory & then change the CSS to load the local copies. An alternative would be to use JS to assign the correct path, but that feels a little overkill :-\
Comment #6
fenstratHmm, I hadn't even considered drupal in a sub dir. CSS image paths can be a pita! As a work around I've moved all themes to sites/*/themes
Here's a follow up to make this consistent.
Comment #8
WilliamB commentedStill facing that issue although i'm using a drupal 7.7 installation.
Wasn't seven updated?
EDIT: NM me it's because i copied seven sites/all/themes so that i could customise it without altering the original one.
sorry.
Comment #9
avpaderno