HOWTO:Change theme for a specific page
Deutsch English e107 Wiki: English | Русский | Deutsch | Français | Magyar | Português | Български | Česky | Nederlands | Ελληνικά | Italiano | Norske | Polska | Slovenščina | Español | Svenska | Translate: Wiki | Page
To use another theme for a specific page you need to add the next statement into your page. define('USERTHEME', 'name_of_the_theme'); That statement needs to be placed BEFORE the "require_once('class2.php');" statement.
| |||||||