]> Kevux Git Server - koopa/commit
Update: provide breadcrumbs at current path and plan on having login-specific path...
authorKevin Day <thekevinday@gmail.com>
Thu, 15 Jun 2017 05:08:11 +0000 (00:08 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 15 Jun 2017 05:08:11 +0000 (00:08 -0500)
commitfc0665b418206a5b6985fec6cd8e8f56e661d431
tree93780f33f9923f45c8729e599a0365bb30fc666a
parent64c33c49d6cf6970177f9a2491d167ea52736905
Update: provide breadcrumbs at current path and plan on having login-specific path handling

This provides breadcrumbs 'at feet' instead of 'behind feet'.
The idea is that the breadcrumbs will show the current path as well as the path history (based on site structure, not browser/navigation history).

Plan on having the login handler provide (and possibly conditionally so) the path of the current page instead of the login page.
The login handler will show up on different pages than just 'u/login'.
Those pages should display their breadcrumb path instead of the login path (unless otherwise hidden).
One possible method is to pass the parent handler's path to the child path.
common/standard/menus/menu_breadcrumbs.php
common/standard/paths/u/login.php
common/standard/paths/u/logout.php
common/standard/paths/u/user_create.php
common/standard/paths/u/user_delete.php
common/standard/paths/u/user_lock.php
common/standard/paths/u/user_settings.php
common/standard/paths/u/user_unlock.php
common/standard/paths/u/user_view.php