I am trying to use birdfeeder on a dynamically built feed from movable type. When I include:
<?php
define('BIRDFEED', 'tag - '.$this->_tpl_vars['search']);
include($_SERVER['DOCUMENT_ROOT'].'/feeder/index.php');
?>
in the template, the feed page won’t contain any data at all, and I don’t get any PHP errors) however, if I take this code out the page loads fine. Anyone have any ideas what might be causing this?