mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-29 16:23:28 +00:00
Show banners
This commit is contained in:
@ -121,4 +121,14 @@ ComunicWeb.common.langs = {
|
||||
|
||||
return string;
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get current language
|
||||
*
|
||||
* @returns {string}
|
||||
*/
|
||||
function currLang() {
|
||||
return ComunicWeb.common.langs.current();
|
||||
}
|
@ -252,7 +252,7 @@ const Page = {
|
||||
(document.body.className.includes("sidebar-collapse") ? " sidebar-collapse " : "");
|
||||
|
||||
//We load the menubar
|
||||
ComunicWeb.components.menuBar.common.display();
|
||||
MenuBar.display();
|
||||
|
||||
//Bottom
|
||||
ComunicWeb.components.bottom.main.display();
|
||||
|
Reference in New Issue
Block a user