[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Rss/ -> Forms.php (source)

   1  <?php
   2  /*********************************************************************************
   3   * The contents of this file are subject to the SugarCRM Public License Version 1.1.2
   4   * ("License"); You may not use this file except in compliance with the
   5   * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
   6   * Software distributed under the License is distributed on an  "AS IS"  basis,
   7   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
   8   * the specific language governing rights and limitations under the License.
   9   * The Original Code is:  SugarCRM Open Source
  10   * The Initial Developer of the Original Code is SugarCRM, Inc.
  11   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
  12   * All Rights Reserved.
  13   * Contributor(s): ______________________________________.
  14   ********************************************************************************/
  15  /*********************************************************************************
  16   * $Header$
  17   * Description:  Contains a variety of utility functions specific to this module.
  18   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
  19   * All Rights Reserved.
  20   * Contributor(s): ______________________________________..
  21   ********************************************************************************/
  22  
  23  require_once ("modules/Rss/Rss.php");
  24  
  25  $oRss = new vtigerRSS();
  26  $allrsshtml = $oRss->getAllRssFeeds();
  27  function get_rssfeeds_form() {
  28  global $mod_strings;
  29  global $app_strings;
  30  global $app_list_strings;
  31  global $image_path;
  32  
  33  $oRss = new vtigerRSS();
  34  $allrsshtml = $oRss->getRSSCategoryHTML();
  35  //$starred_rss_html = $oRss->getStarredRssFolder();
  36  
  37  $the_form .= '<table width="100%" border="0" cellspacing="2" cellpadding="0" style="margin-top:10px">';
  38  
  39  $the_form .= $allrsshtml;
  40  
  41  $the_form .= "</table>";
  42  return $the_form;
  43  }
  44  
  45  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7