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