Fix for PHPTemplate Callback

  1. <?php
  2.  
  3. function modelxonline_node_form($form) {
  4.   if(file_exists(path_to_theme().'/'.$form['type']['#value'].'_form.tpl.php')) {
  5.     return _phptemplate_callback($form['type']['#value'].'_form', array('form' => $form));
  6.   }
  7. }
  8.  
  9. ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.