Index: lams_learning/src/java/org/lamsfoundation/lams/learning/export/service/ExportPortfolioService.java =================================================================== diff -u -r240f5a89847764532283243060c07572f88cc5cf -r4a66cd1055d0e076e2e23b72c1e19aea4586b25d --- lams_learning/src/java/org/lamsfoundation/lams/learning/export/service/ExportPortfolioService.java (.../ExportPortfolioService.java) (revision 240f5a89847764532283243060c07572f88cc5cf) +++ lams_learning/src/java/org/lamsfoundation/lams/learning/export/service/ExportPortfolioService.java (.../ExportPortfolioService.java) (revision 4a66cd1055d0e076e2e23b72c1e19aea4586b25d) @@ -511,7 +511,7 @@ * need the full theme, not just the name, so we can get the directory names for the images. */ public Collection getUserThemes() { - List themeNames = CSSThemeUtil.getAllUserThemes(); + List themeNames = CSSThemeUtil.getAllUserThemes(CSSThemeUtil.DEFAULT_HTML_THEME); Set userThemes = new HashSet(); for (String themeName : themeNames) { CSSThemeVisualElement theme = themeService.getTheme(themeName);