| 
<?php/**
 * Create By ArabTemplate Version : 10
 * Created Date : 09/04/2017
 * File Path :'templates/layout.tpl'
 */
 /**
 * includes files
 */
 
 $_arTpl->setMeta( array('thisBlocks' =>  array(
 'template_block_02083f4579e08a612425c0c1a17ee47add783b94'))
 );
 if(!function_exists('_template_content_20948a66d0c8039cfa4e5dcc8bb02fa9741ed0b3')){
 function _template_content_20948a66d0c8039cfa4e5dcc8bb02fa9741ed0b3(&$_arTpl){?>
 <!DOCTYPE html>
 <html lang="en">
 <head>
 <meta charset="UTF-8">
 <title>Title layout </title>
 </head>
 <body>
 <?php /* {block 'body'} templates/layout.tpl*/
 
 if(!function_exists('template_block_02083f4579e08a612425c0c1a17ee47add783b94')){
 function template_block_02083f4579e08a612425c0c1a17ee47add783b94(&$_arTpl){?>
 
 <h1>Body Default</h1>
 <?php } }
 echo template_block_02083f4579e08a612425c0c1a17ee47add783b94($_arTpl);
 /*{/block 'body'}*/
 ?>
 </body>
 </html>
 
 <?php } } ?>
 |