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