Commit 037bd500 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлена основная страница модуля (админ)

parent 4bbb13e1
......@@ -23,4 +23,10 @@ class TemplateAdminController extends AdminController {
'Delete' => 'Удаление шаблона'
];
}
public function actionManage(){
return $this->render(
'manage'
);
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment