Owen

Your solution takes the cake.

Still in the theme though, but very minimal:

function MYTHEME_preprocess_page(&$vars, $hook) {
  if (MYTHEME_custom_condition()) {
    unset($vars['right']);
  }
}

-- 
Khalid M. Baheyeldin
2bits.com, Inc.
http://2bits.com
Drupal optimization, development, customization and consulting.
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra
Simplicity is the ultimate sophistication. --   Leonardo da Vinci

Reply via email to