PHP Classes

File: compilers/83d9f69d185c7f7b0f98d1d1c43ac1d8e5f958ff.file.layout-tpl.php

Recommend this page to a friend!
  Classes of mohamedhelal   ArabTemplate   compilers/83d9f69d185c7f7b0f98d1d1c43ac1d8e5f958ff.file.layout-tpl.php   Download  
File: compilers/83d9f69d185c7f7b0f98d1d1c43ac1d8e5f958ff.file.layout-tpl.php
Role: Example script
Content type: text/plain
Description: Example script
Class: ArabTemplate
Template compiler engine that caches output
Author: By
Last change: Update of compilers/83d9f69d185c7f7b0f98d1d1c43ac1d8e5f958ff.file.layout-tpl.php
Date: 2 months ago
Size: 898 bytes
 

Contents

Class file image Download
<?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 } } ?>