How to add a Folder in Admin Block?

How to add a Folder in Admin Block?

by Nirmal Rajan -
Number of replies: 3
What should I do to add new folder to the admin block?
Average of ratings: -
In reply to Nirmal Rajan

Re: How to add a Folder in Admin Block?

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Look at the code in admin/settings/*.php
In reply to Tim Hunt

Re: How to add a Folder in Admin Block?

by Nirmal Rajan -
Thanks Tim I will check that php files

In reply to Nirmal Rajan

Re: How to add a Folder in Admin Block?

by Nirmal Rajan -
Hey Tim
i added this code to top.php

$ADMIN->add('root', new admin_category('mypage', get_string('mypage')));
I am not able to view the folder

I could add an external page to any of the existing folder but not a new folder