135 $this->_title = $xoopsConfig[
'sitename'];
137 $this->_description = $xoopsConfig[
'slogan'];
142 $this->_webmaster = $xoopsConfig[
'adminmail'];
143 $this->_editor = $xoopsConfig[
'adminmail'];
158 $this->tpl->assign(
'channel_charset', $this->_charset);
159 $this->tpl->assign(
'channel_title', $this->_title);
160 $this->tpl->assign(
'channel_link', $this->_url);
161 $this->tpl->assign(
'channel_desc', $this->_description);
162 $this->tpl->assign(
'channel_webmaster', $this->_webmaster);
163 $this->tpl->assign(
'channel_editor', $this->_editor);
164 $this->tpl->assign(
'channel_category', $this->_category);
165 $this->tpl->assign(
'channel_generator', $this->_generator);
166 $this->tpl->assign(
'channel_language', $this->_language);
167 $this->tpl->assign(
'channel_lastbuild', $this->_lastbuild);
168 $this->tpl->assign(
'channel_copyright', $this->_copyright);
169 $this->tpl->assign(
'channel_ttl', $this->_ttl);
170 $this->tpl->assign(
'channel_image_url', $this->_image_url);
171 $this->tpl->assign(
'channel_image_title', $this->_image_title);
172 $this->tpl->assign(
'channel_image_url', $this->_image_url);
173 $this->tpl->assign(
'channel_image_link', $this->_image_link);
174 $this->tpl->assign(
'channel_image_width', $this->_image_width);
175 $this->tpl->assign(
'channel_image_height', $this->_image_height);
176 $this->tpl->assign(
'channel_items', $this->_items);
188 $this->_category = $category;
210 $this->_charset = $charset;
232 $this->_copyright = $copyright;
254 $this->_description = $description;
298 $this->_generator = $generator;
320 $this->_image_height = $image_height;
342 $this->_image_link = $image_link;
364 $this->_image_title = $image_title;
386 $this->_image_url = $image_url;
408 $this->_image_width = $image_width;
430 $this->_items = $items;
474 $this->_lastbuild = $lastbuild;
496 $this->_pubdate = $pubdate;
518 $this->_title = $title;
584 $this->_webmaster = $webmaster;
static formatTimestamp($time, $format= 'l', $timeoffset=null)
setDescription($description)
setImageWidth($image_width)
setImageTitle($image_title)
setTemplate($template= '')
setImageHeight($image_height)
setImageLink($image_link)
static getFormatShortDate()