1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +02:00

Plugins: Minify bug #71 - fixed

This commit is contained in:
Awilum
2012-11-30 18:57:57 +02:00
parent 9b2ff4244d
commit 14531416a5
21 changed files with 72 additions and 32 deletions

View File

@@ -1,9 +1,11 @@
<?php
// Add plugin navigation link
Navigation::add(__('Files', 'filesmanager'), 'content', 'filesmanager', 3);
/**
* Filesmanager Admin Class
*/
class FilesmanagerAdmin extends Backend {
/**