remove extra config item for current theme

it will displayed in shop tab
This commit is contained in:
Daniel Seifert 2022-08-14 01:08:52 +02:00
parent c892b3bd03
commit 154a28f118
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 1 additions and 1 deletions

View File

@ -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();