mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +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