PHP Classes

File: compilers/eb38662a4a3d7ce50e5661c90024296514bda3f7.file.layout2-tpl.php

Recommend this page to a friend!
  Classes of mohamedhelal   ArabTemplate   compilers/eb38662a4a3d7ce50e5661c90024296514bda3f7.file.layout2-tpl.php   Download  
File: compilers/eb38662a4a3d7ce50e5661c90024296514bda3f7.file.layout2-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/eb38662a4a3d7ce50e5661c90024296514bda3f7.file.layout2-tpl.php
Date: 2 months ago
Size: 904 bytes
 

Contents

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