Smarty
[ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Source for file function.rss.php

Documentation is available at function.rss.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * smarty_function_rss
  10.  */
  11. function smarty_function_rss($params&$gBitSmarty{
  12.   global $gLibertySystem;
  13.   include_onceLIBERTY_PKG_PATH.'plugins/data.rss.php' );
  14.   $feed rss_parse_data(""$params);
  15.   print $feed;
  16. }
  17. ?>

Documentation generated on Wed, 29 Jul 2015 13:56:39 +0000 by phpDocumentor 1.5.0-lsces