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

return $feed;
?>
