<?php
return array( 'id' => 'Channel about',
              'title' => 'Feed title',
              'link' => 'Feed link',
              'description' => 'Feed description',
			  'item' => array( array( 'id' => 'Item about' ) ),
            );
?>
