履歴 | 表示 | アノテート | ダウンロード (241 Bytes)
<?php
if (!isset($channel)):
$channel = array();
endif;
if (!isset($channel['title'])):
$channel['title'] = $this->fetch('title');
echo $this->Rss->document(
$this->Rss->channel(
array(), $channel, $this->fetch('content')
)
);