ixian
08-02-2002, 11:39 PM
Does anyone have any idea why when I add this:
ob_start();
include_once("./last10.php");
$last10 = ob_get_contents();
ob_end_clean();
To the phpincludes template, vb now automatically fills in the subject line on replies with titles from other threads? It's totally weird, and driving me and my users NUTS.
All I want to do is include the file last10.php in a template. Is there a better way to do it maybe?
This is with 2.2.6
Thank you!
Ixian
ob_start();
include_once("./last10.php");
$last10 = ob_get_contents();
ob_end_clean();
To the phpincludes template, vb now automatically fills in the subject line on replies with titles from other threads? It's totally weird, and driving me and my users NUTS.
All I want to do is include the file last10.php in a template. Is there a better way to do it maybe?
This is with 2.2.6
Thank you!
Ixian