Advertisement
mrdrifter

Untitled

Mar 24th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public function doExecute( ipsRegistry $registry )
  2. {
  3.  
  4.  
  5. $this->registry->output->setTitle( "Panel Gracza" );
  6.  
  7. $this->registry->output->addNavigation( "Panel Gracza", 'app=panel' );
  8.  
  9. $this->output .= "sikam i sram";
  10. $this->registry->output->addContent( $this->output );
  11. $this->registry->output->sendOutput();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement