| 
									
										
										
										
											2018-11-13 21:43:08 -05:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html <?php language_attributes(); ?>>
 | 
					
						
							|  |  |  |     <head> | 
					
						
							|  |  |  |         <meta charset="<?php bloginfo( 'charset' ); ?>" /> | 
					
						
							|  |  |  |         <title><?php wp_title(); ?></title>
 | 
					
						
							|  |  |  |         <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
 | 
					
						
							|  |  |  |         <?php wp_head(); ?>
 | 
					
						
							| 
									
										
										
										
											2018-11-16 09:45:28 -05:00
										 |  |  |     </head> | 
					
						
							| 
									
										
										
										
											2018-11-16 11:26:21 -05:00
										 |  |  |     <body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <?php  wp_nav_menu( array( | 
					
						
							|  |  |  |     'theme_location' => 'header-menu', | 
					
						
							|  |  |  |     'container_class' => 'mfwpt_menu' | 
					
						
							|  |  |  |   ) | 
					
						
							|  |  |  | );?>
 | 
					
						
							|  |  |  | 
 |