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

22 lines
238 B
PHP
Executable File

<?php
class Alliance extends MO_Controller
{
function __construct()
{
parent::__construct();
}
function index()
{
}
function alliance_menu()
{
$this->headers('alliance');
$this->footer();
}
}
//nowhitesp