Всем привет, может кто помочь. На сайте http://kulinarnoye-puteshestviye.ru/ в подвале не могу удалить левые ссылки, если удаляю появляется красная строка
Может кто подсказать как ее удалить.
Вот код подвала
Может кто подсказать как ее удалить.
Вот код подвала
Код |
---|
<?php global $SMTheme;?> </div> </div> </div> <?php if ($SMTheme->get( 'social', 'showsocial')) { $SMTheme->block_social(); } ?> <div id='content-bottom' class='container'></div> <div id='footer'> <div class='container clearfix'> <?php if ($SMTheme->get("layout","footerwidgets")) { ?> <div class='footer-widgets-container'><div class='footer-widgets'> <div class='widgetf'> <?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_1") ) : ?> <?php $SMTheme->go_func("footer_1"); ?> <?php endif; ?> </div> <div class='widgetf'> <?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_2") ) : ?> <?php $SMTheme->go_func("footer_2"); ?> <?php endif; ?> </div> <div class='widgetf widgetf_last'> <?php if ( !function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_3") ) : ?> <?php $SMTheme->go_func("footer_3"); ?> <?php endif; ?> </div> </div></div> <?php } ?> </div> <div class='footer_txt'><div class='container clearfix'> <?php if ($SMTheme->get( "layout","footertext" )) { echo $SMTheme->get( "layout","footertext" ); } else { ?>Авторские права © <?php echo date("Y"); ?> <a href="<?php echo home_url(); ?>"><?php bloginfo("name"); ?></a><?php echo (get_bloginfo('description'))?' - '.get_bloginfo('description'):''; } ?> <?php /* All links in the tag <div class='smthemes'> are attribution of the theme developers and should remain intact. It's protected by Creative Commons License (http://creativecommons.org/licenses/by/3.0/). Warning! Your site will not be able to work if these links are edited or deleted. You can buy this theme without footer links online at http://smthemes.com/buy/barbie/ */ ?> <div class='smthemes'>Designed by <a href='http://r4-i.info/' target='_blank'>r4 3ds</a>, thanks to: <a href='http://r4iids.com/' target='_blank'>http://r4iids.com/</a>, <a href='http://r4plus.net/' target='_blank'>signal boosters</a> and <a href='http://r4ipro.com/' target='_blank'>linker 3ds</a></div> </div></div> <?php wp_footer(); ?> </div> <?php //footer ?> </div> <?php //all ?> <?php echo $SMTheme->get( "integration","footercode" ); ?> </body> </html> |
Изменено:
александр фролов - 12 Января 2016 12:03
(Вот код подвала)