mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Added new link to about website in the footer
This commit is contained in:
		@@ -52,6 +52,18 @@ ComunicWeb.components.bottom.main = {
 | 
				
			|||||||
		langLink.onclick = function(){
 | 
							langLink.onclick = function(){
 | 
				
			||||||
			ComunicWeb.components.langPicker.show();
 | 
								ComunicWeb.components.langPicker.show();
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							add_space(leftElements);
 | 
				
			||||||
 | 
							add_space(leftElements);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							//Add about link
 | 
				
			||||||
 | 
							var aboutLink = createElem2({
 | 
				
			||||||
 | 
								appendTo: leftElements,
 | 
				
			||||||
 | 
								type: "a",
 | 
				
			||||||
 | 
								innerHTML: "<i class='fa fa-question-circle'></i> About",
 | 
				
			||||||
 | 
								href: ComunicWeb.__config.aboutWebsiteURL
 | 
				
			||||||
 | 
							});
 | 
				
			||||||
 | 
							aboutLink.setAttribute("target", "_blank");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user