31 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			31 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  | <head> | ||
|  |     <meta charset="utf-8"> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
|  |     <meta name="format-detection" content="telephone=no" /> | ||
|  |     <meta name="apple-mobile-web-app-capable" content="yes" /> | ||
|  |     <title>{$seoTitle??''}</title> | ||
|  |     <meta name="keywords" content="{$seoKeywords ?? ''}" /> | ||
|  |     <meta name="description" content="{$seoDescription ?? ''}" /> | ||
|  |     <link rel="stylesheet" href="__STATIC__/web/css/style.css"> | ||
|  |     <link rel="stylesheet" href="__STATIC__/web/css/media.css"> | ||
|  |     <link rel="stylesheet" href="__STATIC__/web/css/swiper.min.css"> | ||
|  |     <link rel="stylesheet" href="__STATIC__/web/css/animate.min.css"> | ||
|  |     <script type="text/javascript" src="__STATIC__/web/js/jquery1.8.3.min.js"></script> | ||
|  |     <script type="text/javascript" src="__STATIC__/web/js/jquery.SuperSlide.2.1.3.js"></script> | ||
|  |     <script type="text/javascript" src="__STATIC__/web/js/swiper.min.js"></script> | ||
|  |     <script type="text/javascript" src="__STATIC__/web/js/swiper.animate1.0.3.min.js"></script> | ||
|  |     <script type="text/javascript" src="__STATIC__/web/js/wow.js"></script> | ||
|  |     <script type="text/javascript" src="__STATIC__/web/js/javascript.js"></script> | ||
|  | </head> | ||
|  | 
 | ||
|  | <body > | ||
|  | {:widget('menu/index', ['categoryId' => $categoryId ?? 0,'menutwo'=>true])} | ||
|  | 
 | ||
|  | {__CONTENT__} | ||
|  | 
 | ||
|  | {:widget('common/footer')} | ||
|  | </body> | ||
|  | </html> |