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


<?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>
            <?php echo $sf_content; ?>
        </td>
    </tr>
</table>

<?php include(sfConfig::get('sf_app_template_dir') . '/bottom.php'); ?>
<?php include(sfConfig::get('sf_app_template_dir') . '/footer.php'); ?>