How To Switch Theme in Drupal for a single page

Simple:

 

global $custom_theme;

$themes = list_themes();

$custom_theme = 'garland';