includes/namespaces/default.php
changeset 935 9e124177c9a4
parent 866 0a691138a1e5
child 953 323c4cd1aa37
equal deleted inserted replaced
934:ebefca69f3fd 935:9e124177c9a4
   329       $text = trim($text);
   329       $text = trim($text);
   330     }
   330     }
   331     
   331     
   332     if ( $send_headers )
   332     if ( $send_headers )
   333     {
   333     {
       
   334       $template->init_vars($this);
   334       $output->set_title($this->title);
   335       $output->set_title($this->title);
   335       $output->header();
   336       $output->header();
   336     }
   337     }
   337     $this->do_breadcrumbs();
   338     $this->do_breadcrumbs();
   338     
   339