<?php
$feed = new ezcFeed( 'atom' );
$feed->title = '';
$feed->title->language = 'no';
return $feed;
?>
