equal
deleted
inserted
replaced
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 |