You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
266 B

7 years ago
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. class Help extends WB_Controller {
  4. function document($provider)
  5. {
  6. $this->theme = "admin";
  7. $this->theme_file = "iframe";
  8. $this->view = "help/".$provider;
  9. }
  10. }