Applying specific theme to specific page

Re: Applying specific theme to specific page

by João Tentis -
Number of replies: 0
The solution in case anyone comes to the same problem:

$PAGE->force_theme('classic');
For it to work you have to make an exception inside 'force_theme' function to let it force theme change even when you have a theme selected, otherwise it won't work.
Average of ratings: Useful (1)