help.php 193 Bytes
Newer Older
imac's avatar
imac committed
1 2 3 4 5 6 7 8 9 10 11 12
<?php 
/**
 * Admin Help page
 * 
 * @author Pavel Kulbakin <p.kulbakin@gmail.com>
 */
class PMXI_Admin_Help extends PMXI_Controller_Admin {
	
	public function index() {
		$this->render();
	}
}