<?php

class N2SystemBackendDashboardController extends N2BackendController
{
    public $layoutName = 'full';

    public function actionIndex() {
        $this->addView("index");
        $this->render();
    }
}