mourne_rcpp_fw/Mourne-CI/application/controllers/forum.php

20 lines
237 B
PHP
Executable File

<?php
class Forum extends MO_Controller
{
function __construct()
{
parent::__construct();
}
function index()
{
$this->headers('forum');
$this->load->view('forum/notimpl');
$this->footer();
}
}
//nowhitesp