mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
22 lines
238 B
PHP
22 lines
238 B
PHP
|
<?php
|
||
|
|
||
|
class Alliance extends MO_Controller
|
||
|
{
|
||
|
function __construct()
|
||
|
{
|
||
|
parent::__construct();
|
||
|
}
|
||
|
|
||
|
function index()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
function alliance_menu()
|
||
|
{
|
||
|
$this->headers('alliance');
|
||
|
|
||
|
$this->footer();
|
||
|
}
|
||
|
|
||
|
}
|
||
|
//nowhitesp
|