/home/desid573/public_html/family/pdd/lib/Cake/Test/test_app/View/Layouts/rss
NameSizeModeActions
default.ctp2600644editdlrm
Edit: /home/desid573/public_html/family/pdd/lib/Cake/Test/test_app/View/Layouts/rss/default.ctp (260B)
Rss->header(); if (!isset($channel)) { $channel = array(); } if (!isset($channel['title'])) { $channel['title'] = $this->fetch('title'); } echo $this->Rss->document( $this->Rss->channel( array(), $channel, $this->fetch('content') ) );