remove extra config item for current theme

it will displayed in shop tab
Cette révision appartient à :
Daniel Seifert 2022-08-14 01:08:52 +02:00
Parent c892b3bd03
révision 154a28f118
Signé par: DanielS
ID de la clé GPG: 6A513E13AEE66170
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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