~artur-barczynski/azsystem/trunk

« back to all changes in this revision

Viewing changes to lib/Cake/Test/test_app/View/Layouts/rss/default.ctp

  • Committer: Artur Barczynski
  • Date: 2012-09-20 16:31:07 UTC
  • Revision ID: artur@arturkb.pl-20120920163107-oakeg1a4h9e6d37f
Init

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
echo $rss->header();
 
3
 
 
4
if (!isset($channel)) {
 
5
        $channel = array();
 
6
}
 
7
if (!isset($channel['title'])) {
 
8
        $channel['title'] = $title_for_layout;
 
9
}
 
10
 
 
11
echo $rss->document(
 
12
        $rss->channel(
 
13
                array(), $channel, $content_for_layout
 
14
        )
 
15
);
 
16
 
 
17
?>
 
 
b'\\ No newline at end of file'