Skip to content

Admin theme is not taken into consideration in icms_view_Tpl constructor #1551

@fiammybe

Description

@fiammybe

When your admin theme is different from your frontend theme, the icms_view_Tpl class will always take the value in $icmsConfig['theme_set'] to identify where to look for eventual theme overrides (check out line 70, where the compile_id is constructed.
This could be the reason why the template overrides in a admin theme don't seem to work.
I think this information cannot be determined by the icms_view_Tpl class on its own, it needs input from the calling class.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions