[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_plugins/forum/ -> e_linkgen.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_plugins/forum/e_linkgen.php,v $
  14  |     $Revision: 1.5 $
  15  |     $Date: 2007/02/15 21:15:26 $
  16  |     $Author: e107steved $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  
  22  // Usage: sublink_type[x]['title'].
  23  //  x should be the same as the plugin folder.
  24  
  25  include_lan(e_PLUGIN."forum/languages/".e_LANGUAGE."/lan_forum_admin.php");
  26  
  27      $sublink_type['forum']['title'] = FORLAN_155; // "News Categories";
  28      $sublink_type['forum']['table'] = "forum";
  29      $sublink_type['forum']['query'] = "forum_parent !='0' ORDER BY forum_order ASC";
  30      $sublink_type['forum']['url'] = $PLUGINS_DIRECTORY."forum/forum_viewforum.php?#";
  31      $sublink_type['forum']['fieldid'] = "forum_id";
  32      $sublink_type['forum']['fieldname'] = "forum_name";
  33      $sublink_type['forum']['fielddiz'] = "forum_description";
  34  
  35  
  36  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7