ui-shared: don't print header <img/> if there isn't a logo defined
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
		 Matthew Metnetsky
					Matthew Metnetsky
				
			
				
					committed by
					
						 Lars Hjemli
						Lars Hjemli
					
				
			
			
				
	
			
			
			 Lars Hjemli
						Lars Hjemli
					
				
			
						父節點
						
							435a1da8d1
						
					
				
				
					當前提交
					6421dc38db
				
			
							
								
								
									
										19
									
								
								ui-shared.c
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								ui-shared.c
									
									
									
									
									
								
							| @@ -611,14 +611,17 @@ void cgit_print_pageheader(struct cgit_context *ctx) | ||||
|  | ||||
| 	html("<table id='header'>\n"); | ||||
| 	html("<tr>\n"); | ||||
| 	html("<td class='logo' rowspan='2'><a href='"); | ||||
| 	if (ctx->cfg.logo_link) | ||||
| 		html_attr(ctx->cfg.logo_link); | ||||
| 	else | ||||
| 		html_attr(cgit_rooturl()); | ||||
| 	html("'><img src='"); | ||||
| 	html_attr(ctx->cfg.logo); | ||||
| 	html("' alt='cgit logo'/></a></td>\n"); | ||||
|  | ||||
| 	if (ctx->cfg.logo && ctx->cfg.logo[0] != 0) { | ||||
| 		html("<td class='logo' rowspan='2'><a href='"); | ||||
| 		if (ctx->cfg.logo_link) | ||||
| 			html_attr(ctx->cfg.logo_link); | ||||
| 		else | ||||
| 			html_attr(cgit_rooturl()); | ||||
| 		html("'><img src='"); | ||||
| 		html_attr(ctx->cfg.logo); | ||||
| 		html("' alt='cgit logo'/></a></td>\n"); | ||||
| 	} | ||||
|  | ||||
| 	html("<td class='main'>"); | ||||
| 	if (ctx->repo) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user