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