Got this working solution from Steve.
So if anybody is interested, her it goes:
So if anybody is interested, her it goes:
Code:
static public function getSubscribedEvents(){return ['core.page_header_after'=> 'use_entitys',];}public function use_entitys(){$this->template->assign_vars(['SITENAME'=> html_entity_decode($this->config['sitename']),'SITE_DESCRIPTION'=> html_entity_decode($this->config['site_desc']),]);}
Statistics: Posted by Stoker 4.0 — Sat Mar 01, 2025 1:01 pm