layoutLkLeftMenu.php 800 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29


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

<table cellspacing="0" cellpadding="0" width="100%">
    <tr valign="top">
        <td width="1">
            <div class="er_wrap_right" style="width:260px;">

                    <?php

                        include_component('catalog', 'lkLeftMenu');

                    ?>

            </div>
        </td>
        <td>
            <div class="er_content__main">
                <?php echo $sf_content; ?>
                <i class="br80"></i>
            </div>
        </td>
    </tr>
</table>

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