Comment 1 for bug 1343303

Revision history for this message
Robert Lyon (robertl-9) wrote :

Taking a quick look at the /export/html/ directory I see there is a theme/raw/ subdirectory below it. I suspect the files in there are the ones added to the export zip file.

So to get other themes to work I am feeling that they also need to be set up there as well so we'd have:

/export/html/theme/raw/
/export/html/theme/default/
/export/html/theme/sunset/
etc

Or there will need to be some refactoring so that the html export grabs the things it needs from the main /theme/ directory rather than needing it's own special subdirs.

So the export would go: I need logo.png and i'm using xyz theme so i'll go there to fetch it, it doesn't have it then I'll go to it's parent theme and fetch that one instead.