Created dropdown menu for authenticated users

This commit is contained in:
Pierre
2017-05-25 13:50:32 +02:00
parent f80c2aca0e
commit cf4ff4675d
5 changed files with 77 additions and 3 deletions

View File

@ -61,6 +61,7 @@ $config['JSfiles'] = array(
"%PATH_ASSETS%js/components/mailCaching.js",
"%PATH_ASSETS%js/components/menuBar/common.js",
"%PATH_ASSETS%js/components/menuBar/notAuthenticated.js",
"%PATH_ASSETS%js/components/menuBar/authenticated.js",
//User scripts
"%PATH_ASSETS%js/user/loginTokens.js",