diff --git a/app/routes.php b/app/routes.php index 09ccac47185a..5253ce58f11e 100755 --- a/app/routes.php +++ b/app/routes.php @@ -167,12 +167,6 @@ HTML::macro('breadcrumbs', function() { // Get the breadcrumbs by exploding the current path. $crumbs = explode('/', str_replace(Utils::basePath(), '', $_SERVER['REQUEST_URI'])); - // Include the link to Dashboard by default only if the user is not on the - // dashboard page. - if (!Request::is('dashboard')) { - $str .= '