layout.php 523 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


<?php include(sfConfig::get('sf_app_template_dir') . '/header.php'); ?>
<?php include(sfConfig::get('sf_app_template_dir') . '/top.php'); ?>

<table cellspacing="0" cellpadding="0" width="100%">
    <tr valign="top">
        <td>
            <div class="content__main max_width">
                <?php echo $sf_content; ?>
            </div>
        </td>
    </tr>
</table>

<?php include(sfConfig::get('sf_app_template_dir') . '/bottom.php'); ?>
Яков's avatar
test    
Яков committed
17
18
<?php include(sfConfig::get('sf_app_template_dir') . '/footer.php'); ?>