| 1 |
<?php |
<?php |
| 2 |
// $Id: vud.theme.inc,v 1.1.2.18 2009/08/13 08:28:38 lut4rp Exp $ |
// $Id: vud.theme.inc,v 1.1.2.19 2009/08/15 21:15:45 lut4rp Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 126 |
$output = $render_function($template_file, $variables); |
$output = $render_function($template_file, $variables); |
| 127 |
} |
} |
| 128 |
else { |
else { |
| 129 |
drupal_set_message("The $template_file is missing. Please create the file, or disable display of vote points.", 'error'); |
drupal_set_message("The $template_file file is missing. Please create the file, or set vote points to \"Don't display\".", 'error'); |
| 130 |
} |
} |
| 131 |
return $output; |
return $output; |
| 132 |
} |
} |