| @@ -12,9 +12,19 @@ | ||
| 12 | 12 | * @author CJT Team |
| 13 | 13 | * @since version 6.0 |
| 14 | 14 | */ |
| 15 | 15 | class CJTDefaultController extends CJTController { |
| 16 | - | |
| 16 | + | |
| 17 | + /** | |
| 18 | + * put your comment there... | |
| 19 | + * | |
| 20 | + */ | |
| 21 | + public function dashboardMetaboxAction() { | |
| 22 | + // Create View. | |
| 23 | + $view = CJTView::getInstance('dashboard/metabox/statistics'); | |
| 24 | + $view->display('default'); | |
| 25 | + } | |
| 26 | + | |
| 17 | 27 | /** |
| 18 | 28 | * put your comment there... |
| 19 | 29 | * |
| 20 | 30 | */ |