Vincent
Well-known member
I don't know in other browsers, but in FF 4 beta 6, the header image (xenforo logo) doesn't give an alt/title.
This is easy fixable by changing the following in the header template
	
	
	
		
->
	
	
	
		
				
			This is easy fixable by changing the following in the header template
		PHP:
	
	<img src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />->
		PHP:
	
	<img src="@headerLogoPath" title="{$xenOptions.boardTitle}" alt="{$xenOptions.boardTitle}" />
		
		Upvote
		0
		
	
			 
 
		 
 
		 
 
		