remove extra config item for current theme
it will displayed in shop tab
This commit is contained in:
parent
c892b3bd03
commit
154a28f118
@ -69,7 +69,7 @@ class SmartyCollector extends DataCollector implements Renderable
|
||||
*/
|
||||
public function collect(): array
|
||||
{
|
||||
$data = ['current view template' => Registry::getConfig()->getTopActiveView()->getTemplateName()];
|
||||
$data = [];
|
||||
|
||||
$vars = $this->smarty->get_template_vars();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user