diff options
author | Michael Traeger <git@m.traeger-mail.de> | 2016-12-01 00:23:52 +0100 |
---|---|---|
committer | Michael Traeger <git@m.traeger-mail.de> | 2016-12-01 00:23:52 +0100 |
commit | 406d028b25f5ef0c1c0b3e960f49cb4c7b64ccad (patch) | |
tree | 2597828782ac0d960edb6b8a51981f695a7126f5 /appinfo/app.php | |
parent | 24cae5a3bbf576869b05825740a4fd5d680eb69e (diff) |
rename
Diffstat (limited to 'appinfo/app.php')
-rw-r--r-- | appinfo/app.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/app.php b/appinfo/app.php index ae908ad..7424cc0 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,8 +1,8 @@ <?php /** -* @package old_menu_fixed an ownCloud app +* @package classic_sidemenu an ownCloud app * @category base -* @author SpF <spf@sanspseudofix.fr>, Michael Traeger +* @author Michael Traeger * * @license GNU Affero General Public license (AGPL) * @@ -25,9 +25,9 @@ /** * @file appinfo/app.php - * @author SpF, Michael Traeger + * @author Michael Traeger */ -OCP\Util::addStyle ( 'old_menu', 'old_menu' ); +OCP\Util::addStyle ( 'classic_sidemenu', 'classic_sidemenu' ); ?> |