Project

General

Profile

« Previous | Next » 

Revision b7574799

Added by Andreas Kohlbecker about 11 years ago

fixing bug for #3262 (implement ui to configure render templates in the dataportal admin section)

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.name.theme
476 476

  
477 477
  // --- preliminar solution: using themes.
478 478
  $render_templates = theme('get_nameRenderTemplate', array());
479
  if (!isset($template)) {
479
  if (!isset($render_templates)) {
480 480
    // from the variables
481 481
    $render_templates = variable_get(CDM_NAME_RENDER_TEMPLATES, $default_render_templates);
482 482
  }

Also available in: Unified diff