Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2379

Extension Writers Discussion • Re: html in site description

$
0
0
Got this working solution from Steve.
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



Viewing all articles
Browse latest Browse all 2379

Trending Articles