Показать сообщение отдельно

  #192  
Старый 06.05.2010, 15:11
Дмитрий
Banned
Регистрация: 30.04.2010
Сообщений: 4
С нами: 8438453

Репутация: 5
По умолчанию

PHP код:
?>
<div class="clearfix"><!----></div>    

<?php global $is_home?>

<?php if ( $is_home ) { ?>

<div class="container_12 footwidgets-spot">
        
    <?php if ( function_exists('dynamic_sidebar') && (is_sidebar_active(3) || is_sidebar_active(4) || is_sidebar_active(5)) ) { // Don't show on the front page ?>
    
    <!-- Bottom Front Widgets: START -->
    
        <div id="footwidgets-front">
    
            <div class="widget-spot grid_4">
        
                <?php dynamic_sidebar(3); ?>

            
            </div>
        
            <div class="widget-spot grid_4">
        
                <?php dynamic_sidebar(4);  ?>    
            
            </div>

            <div class="widget-spot grid_4">
        
                <?php dynamic_sidebar(5);  ?>    
            
            </div>
        
        </div><!--/footwidgets-front -->
        
    <!-- Bottom Front Widgets: END -->

    
    <?php ?>
    
</div><!--/container_12 -->

<?php ?>
    
<div class="container_12">

    <!-- Footer: START -->
        
    <div id="footer" >
            
        <div class="copyright">
            
            <div class="fl">&copy; <?php the_time('Y'); ?> <?php bloginfo(); ?> <br/> supported by <a href="http://www.magentohostingz.com/magento/requirements/" title="Magento Requirements"><strong>Magento Hosting Requirements</strong></a> Created for <a href="" title=""><strong>Wordpress.org</strong></a> </div>

                
            <div class="fr">
            
            <?php if ( get_option('bizzthemes_footpages') <> "" ) { ?>
            
                <?php wp_list_pages('title_li=&depth=0&include=' get_option('bizzthemes_footpages') .'&sort_column=menu_order'); ?>
            
            <?php ?>
                        
            </div>
            
            <div class="clearfix"></div>
        
        </div><!--/copyright -->
                                
    </div><!--/footer -->
    
    <!-- Footer: END -->

    
       <?php wp_footer(); ?>
    
    <?php if ( get_option('bizzthemes_google_analytics') <> "" ) { echo stripslashes(get_option('bizzthemes_google_analytics')); } ?>

</div><!--/container_12 -->

</body>

</html>
<?
 
Ответить с цитированием