1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Monstra Dashboard - Plugin Skeleton #204

This commit is contained in:
Awilum
2014-01-07 20:08:09 +02:00
parent 4f92cb32c2
commit 14d7d93373
7 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
return array(
'dashboard' => array(
'Dashboard' => 'Dashboard',
'Dashboard plugin for Monstra' => 'Dashboard plugin for Monstra',
)
);