getURI()) or returnServerError('Could not request EstCeQuonMetEnProd: '.$this->getURI()); $item = array(); $item['uri'] = $this->getURI().'#'.date('Y-m-d'); $item['title'] = $this->getName(); $item['author'] = 'Nicolas Hoffmann'; $item['timestamp'] = strtotime('today midnight'); $item['content'] = str_replace('src="/', 'src="'.$this->getURI(), trim(ExtractFromDelimiters($html->outertext, '', '

'))); $this->items[] = $item; } } ?>