2011-11-13, 19:25:17
yes echo works, so it must have to do with something different than escaping quotes. When I put a filename into a component,
However this way:
Quote:component contentit stops page rendering.
require_once("filename.php");
template content:
<?php get_component('componentname'); ?>
However this way:
Quote:template content:it works fine, even with further call of filename functions in the template.
<?php require_once("filename.php"); ?>