Mini Shell

Direktori : /home/brasafestival/www/old/bkp_2023/lib/Cake/Test/test_app/View/Layouts/rss/
Upload File :
Current File : /home/brasafestival/www/old/bkp_2023/lib/Cake/Test/test_app/View/Layouts/rss/default.ctp

<?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')
	)
);

Zerion Mini Shell 1.0