View Issue Details

IDProjectCategoryView StatusLast Update
0001552OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
ReporterSpritje Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.1 revision 27257 
Summary0001552: custom Theme
DescriptionIf you define a custom Theme 'custom' with an empty src folder, the oxid.css will not be found. => no fallback to the basic theme folder.

The same for the image folder. If you create a empty img folder the flags for german and english will not be found. => no fallback to the basic theme folder.

For the template folder the fallback is working.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

arvydas_vapsva

2009-12-15 10:32

reporter   ~0002223

from 4.2.0 release notes:

 - New custom theme config option "sCustomTheme" added to config.inc.php for easier customization maintenance. It allows to override original templates without changing them.
    * Custom theme directory structure is the same as main theme, with all variations.
    * If custom theme is defined, shop will try to locate resources in at first, it is also valid for files included in smarty templates using [{include file="***"}]
    * If you just want to change "start.tpl", add it to /out/custom/tpl/start.tpl and set sCustomTheme to "custom".
    * For directory based resources path getter like CSS, JS you will need to copy everything tree to custom theme folder.

So it not a bug, its a feature request.

arvydas_vapsva

2009-12-15 10:32

reporter   ~0002224

not a bug