Guest User

Untitled

a guest
Apr 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. class Forum extends Module
  4. {
  5. public function Show()
  6. {
  7. $this->Page->Content = "Hello World!";
  8. }
  9. }
  10.  
  11. $this->AddController(new Forum(), "forum", "forums", "board");
  12.  
  13. ?>
Add Comment
Please, Sign In to add comment