#3305 - Theme Wizard: Wizard does not properly copy custom GLOBAL_HTML_WRAP to new theme

This is a spacer post for a website comment topic. The content this topic relates to: #3305 - Theme Wizard: Wizard does not properly copy custom GLOBAL_HTML_WRAP to new theme
Looking at the code I don't think any templates are copied. The default theme's GLOBAL_HTML_WRAP would be *inherited*.

This may be a bug still though, given expected behaviour of the wizard.
Never-mind, my initial analysis is wrong. Looking deeper now.
Actually under testing it functioned properly - everything was copied from the source theme, including GLOBAL_HTML_WRAP.tpl.
Probably a code override error on my end. I'll investigate my own installation.
Here's the basic call chain.

sources/themewizard.php:make_theme -> themes3.php:actual_copy_theme -> themes3.php:afm_copy.

i.e. make_theme copies the origin theme, which works by doing a directory scan of the origin theme and copying everything from it.
0 guests and 0 members have recently viewed this.