Changeset 23057 for branches/version-2_13-dev/data/class/pages/rss
- Timestamp:
- 2013/08/12 21:36:24 (13 years ago)
- Location:
- branches/version-2_13-dev/data/class/pages/rss
- Files:
-
- 2 edited
-
LC_Page_Rss.php (modified) (1 diff)
-
LC_Page_Rss_Products.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/rss/LC_Page_Rss.php
r22945 r23057 40 40 function init() 41 41 { 42 $this->skip_load_page_layout = true; 42 43 parent::init(); 43 44 $this->tpl_mainpage = 'rss/index.tpl'; -
branches/version-2_13-dev/data/class/pages/rss/LC_Page_Rss_Products.php
r22945 r23057 40 40 function init() 41 41 { 42 $this->skip_load_page_layout = true; 42 43 parent::init(); 43 44 $this->tpl_mainpage = 'rss/products.tpl';
Note: See TracChangeset
for help on using the changeset viewer.
