View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001552 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2009-12-10 14:35 | 2012-12-10 14:38 |
| Reporter | Spritje | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | won't fix | ||
| Product Version | 4.2.0 revision 23610 | ||||
| Fixed in Version | 4.3.1 revision 27257 | ||||
| Summary | 0001552: custom Theme | ||||
| Description | If 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. | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
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. |
|
|
not a bug |