PluginProbe
CSS & JavaScript Toolbox / trunk
CSS & JavaScript Toolbox vtrunk
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | controllers/default.php +11 -1 6.0trunk View file →
@@ -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 */