R 
		
				
			
		ragtek
Guest
Somebody asked me, how i have removed the "quick links" caption from the menu, so let's share it with everybody

  
There are several ways for this.
1. Remove
	
		
 from all templates (in xf 1.0.4 standard it's only in navigation & navigation_visitor_tab located
2. Edit phrase quick_links and replace it with an empty string (that's what i've done for my page)
				
			
There are several ways for this.
1. Remove
		Code:
	
	<div class="muted">{xen:phrase quick_links}</div>
	2. Edit phrase quick_links and replace it with an empty string (that's what i've done for my page)
