Php error...
"Warning: include(layouts) [function.include]: failed to open stream: No such file or directory in /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 /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 /public_html/wp-content/themes/freshnews/home.php on line 13"
All files match and are named correctly, so I am guessing this isn't the problem, is there anything wrong with the code? Line 13 is arrowed to.
<?php get_header(); ?>
<div id="centercol" class="grid_10">
<?php if (get_option('woo_show_blog') == false) { ?>
<?php include(TEMPLATEPATH . '/includes/featured.php'); ?>
<?php
= get_option('woo_layout');
include('layouts/'.); <--------------------line 13
?>
<?php } else { include(TEMPLATEPATH . '/includes/stdblog.php'); } ?>
</div><!--/centercol-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
-
willmartinapj -
Thanks
{{ DiscussionBoard.errors[1902161].message }} -
-
imarketstuff -
Thanks
SignatureI MARKET STUFF{{ DiscussionBoard.errors[1902179].message }} -
-
imarketstuff -
Thanks - 1 reply
SignatureI MARKET STUFF{{ DiscussionBoard.errors[1902189].message }}-
shousley -
Thanks
{{ DiscussionBoard.errors[1904023].message }} -
-
-
KirkMcD -
Thanks
{{ DiscussionBoard.errors[1904965].message }} -