]> Kevux Git Server - koopa/commit
Cleanup: restructure user dashboard, login, and logout links to be more consistent...
authorKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2017 07:59:10 +0000 (02:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2017 07:59:10 +0000 (02:59 -0500)
commit47f3c2364ceb89f97079ed2efbc89f91b5ee0112
tree7539669da771ed295911a2cab77cef6b4bfd5868
parent44f273ddb5d921c60757a095c990f617e7a5bcb5
Cleanup: restructure user dashboard, login, and logout links to be more consistent with the 'user_*' naming

Having all the dashboards called just 'dashboard' is convenient in the general sense, but is more inconsistent when I have a notable amount of 'user_*' names.
Be consistent with the 'user_*' names and have the login, logout, and (user) dashboard files renamed to user_login, user_logout, and user_dashboard.

The other users of 'dashboard' will be updated as needed and as I get to them.
common/standard/classes/standard_paths.php
common/standard/menus/menu_utility.php
common/standard/paths/u/ja/user_dashboard.php [moved from common/standard/paths/u/ja/dashboard.php with 100% similarity]
common/standard/paths/u/ja/user_login.php [moved from common/standard/paths/u/ja/login.php with 100% similarity]
common/standard/paths/u/ja/user_logout.php [moved from common/standard/paths/u/ja/logout.php with 100% similarity]
common/standard/paths/u/user_dashboard.php [moved from common/standard/paths/u/dashboard.php with 98% similarity]
common/standard/paths/u/user_login.php [moved from common/standard/paths/u/login.php with 99% similarity]
common/standard/paths/u/user_logout.php [moved from common/standard/paths/u/logout.php with 100% similarity]