Header (header)
header
folder is no longer supported and will not be loaded in 12.3, instead, Sugar is loading the contents of header-nav
folder.
You must, manually, move your customizations from header
to header-nav
by adapting your code to the new handlebar template, JavaScript and PHP code.
Prior to 12.3 |
12.3 |
custom/clients/base/layouts/header/header.php |
custom/clients/base/layouts/header-nav/header-nav.php |
custom/clients/base/layouts/header/header.js |
custom/clients/base/layouts/header-nav/header-nav.js |
custom/clients/base/layouts/header/header.hbs |
custom/clients/base/layouts/header-nav/header-nav.hbs |
Note: Do not replace Side Nav files nor copy the contents from the previous versions to the new redesigned component.