1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-07 21:56:39 +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(__('Information', 'information'), 'system', 'information', 5);
/**
* Information Admin Class
*/
class InformationAdmin extends Backend {