add menu link

parent ecfaca54
......@@ -42,6 +42,7 @@ class Module extends \common\components\WebModule
public static function adminMenu()
{
return array(
'Новая запись' => '/blog/post-admin/create',
'Записи' => '/blog/post-admin/manage',
'Теги' => '/blog/tag-admin/manage',
);
......
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