mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-03 06:33:38 +02:00
initial commit
This commit is contained in:
commit
cd7b4628c3
56 changed files with 1829 additions and 0 deletions
14
app/View/Layouts/rss/default.ctp
Normal file
14
app/View/Layouts/rss/default.ctp
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
if (!isset($channel)) {
|
||||
$channel = array();
|
||||
}
|
||||
if (!isset($channel['title'])) {
|
||||
$channel['title'] = $title_for_layout;
|
||||
}
|
||||
|
||||
echo $this->Rss->document(
|
||||
$this->Rss->channel(
|
||||
array(), $channel, $this->fetch('content')
|
||||
)
|
||||
);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue