site:
www.malioztekin.com Warning: include(layouts/) [function.include]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/themes/freshnews/home.php on line 13
Warning: include(layouts/) [function.include]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/themes/freshnews/home.php on line 13
Warning: include() [function.include]: Failed opening 'layouts/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/wp-content/themes/freshnews/home.php on line 13
home.php kodlarım
<?php get_header(); ?>
<div id="centercol" class="grid_10">
<?php if (get_option('woo_show_blog') == false) { ?>
<?php include(TEMPLATEPATH . '/includes/featured.php'); ?>
<?php
$layout = get_option('woo_layout');
include('layouts/'.$layout);
?>
<?php } else { include(TEMPLATEPATH . '/includes/stdblog.php'); } ?>
</div><!--/centercol-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>