Every page can have its own individual theme in concrete5. While it's typical for most sites to only use one global theme, concrete5 does allow developers to set individual themes for each page. In this recipe, we will get the page's theme object, which can be used to see what theme is active on a given page.
How to do it...
The steps for getting a page's theme object are as follows:
Open /config/site_post.php in your preferred code editor.