equal
deleted
inserted
replaced
230 $text = RenderMan::render( $text ); |
230 $text = RenderMan::render( $text ); |
231 |
231 |
232 echo $text; |
232 echo $text; |
233 |
233 |
234 $this->footer(); |
234 $this->footer(); |
235 |
235 } |
|
236 else if ( $this->namespace == 'Anonymous' ) |
|
237 { |
|
238 $uri = scriptPath . '/' . $this->page_id; |
|
239 if ( !$this->send_headers ) |
|
240 { |
|
241 $sep = ( strstr($uri, '?') ) ? '&' : '?'; |
|
242 $uri .= "{$sep}noheaders"; |
|
243 } |
|
244 redirect( $uri, '', '', 0 ); |
236 } |
245 } |
237 else if ( !$this->page_exists ) |
246 else if ( !$this->page_exists ) |
238 { |
247 { |
239 // Perhaps this is hooked? |
248 // Perhaps this is hooked? |
240 ob_start(); |
249 ob_start(); |