Changeset 7669 for OpenPNE/branches/stable-2.10.x/webapp/lib/smarty_plugins/function.t_assign_rss.php
- Timestamp:
- Jul 10, 2008, 2:31:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/lib/smarty_plugins/function.t_assign_rss.php
r4375 r7669 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ 6 7 require_once 'OpenPNE/RSS.php';8 6 9 7 function smarty_function_t_assign_rss($params, &$smarty) … … 16 14 } 17 15 16 require_once 'OpenPNE/RSS.php'; 18 17 $rss = new OpenPNE_RSS(); 19 18 if (!$items = $rss->fetch($params['url'])) {
Note: See TracChangeset
for help on using the changeset viewer.