includes/template.php
changeset 915 91f4da84966f
parent 906 c949e82b8f49
child 935 9e124177c9a4
equal deleted inserted replaced
914:f808e55fb92a 915:91f4da84966f
  3168     if(is_array($this->tpl_strings))
  3168     if(is_array($this->tpl_strings))
  3169       $this->tpl_strings = array_merge($this->tpl_strings, $vars);
  3169       $this->tpl_strings = array_merge($this->tpl_strings, $vars);
  3170     else
  3170     else
  3171       $this->tpl_strings = $vars;
  3171       $this->tpl_strings = $vars;
  3172   }
  3172   }
       
  3173   
       
  3174   function get_theme_hook()
       
  3175   {
       
  3176     return '';
       
  3177   }
  3173    
  3178    
  3174 } // class template_nodb
  3179 } // class template_nodb
  3175 
  3180 
  3176 /**
  3181 /**
  3177  * Identical to templateIndividual, except extends template_nodb instead of template
  3182  * Identical to templateIndividual, except extends template_nodb instead of template