panel.php 136 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
<?php

class Dashboard_Panel_Controller extends Controller {

	public function action_index()
	{
		return 'Dashboard_Panel_Index';
	}

}