Commit

commit 00d40f7cfeb4dd64c3aea78ccf63fb29d81a0133
Author: Jan Dankert 
Date:   Tue Feb 9 00:05:36 2021 +0100

    Moving the breadcrumb navigation to the title bar.

 .../ui/themes/default/html/views/index/show.php    |   3 -
 .../default/html/views/index/show.tpl.src.xml      |   4 +-
 .../ui/themes/default/html/views/title/show.php    | 273 ++++++++++-----------
 .../default/html/views/title/show.tpl.src.xml      | 169 ++++++++++++-
 .../cms/ui/themes/default/html/views/tree/path.php |   2 +-
 .../default/html/views/tree/path.tpl.src.xml       |   2 +-
 .../themes/default/style/openrat-breadcrumb.less   |  12 +
 .../ui/themes/default/style/openrat-dropdown.less  |  10 +
 .../cms/ui/themes/default/style/openrat-image.less |   2 +
 .../cms/ui/themes/default/style/openrat-menu.less  |  19 +-
 .../ui/themes/default/style/openrat-sidebar.less   |   6 +-
 modules/cms/ui/themes/default/style/openrat.css    |  47 +++-
 .../cms/ui/themes/default/style/openrat.min.css    |  10 +-
 13 files changed, 375 insertions(+), 184 deletions(-)