Lets assume you have a custom module that display is own custom page. Not a problem, that's pretty easy to do in Drupal 6. How about change the theme on the fly?
Here's how you can do in Drupal 6.x
Lets assume I have my default theme as : garland
Now I've enable the theme : basic
<?php
function mymodule_mypage(){
global $custom_theme;
$_SESSION['custom_theme'] = 'basic';
$custom_theme = 'basic';
// now this function page will switch to the basic theme.
};
?>It's just a matter of setting the correct variables to the other theme.
If you need high quality design services for brochure websites or content management systems, you are in the right place.
Custom Drupal Modules
PHP Programming
Website Debugging
Facebook Apps
Business Intranet sites.
1-on-1 Drupal tutorials.