Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Jurgis Posted July 3, 2021 Posted July 3, 2021 I have few custom pages where i need to check which theme is used. Any ideas how to do it? <?php require_once('init.php'); \IPS\Dispatcher\External::i(); $html = ''; \IPS\Output::i()->sendOutput( \IPS\Theme::i()->getTemplate('global', 'core')->globalTemplate('CUSTOM PAGE', $html));
Recommended Posts