[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_plugins/trackback/ -> e_meta.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------------------------+
   4  |     e107 website system  : http://e107.org
   5  |     Steve Dunstan 2001-2002 : jalist@e107.org
   6  |     Released under the terms and conditions of the GNU General Public License (http://gnu.org).
   7  |
   8  |     $Source: /cvsroot/e107/e107_0.7/e107_plugins/trackback/e_meta.php,v $
   9  |     $Revision: 1.2 $
  10  |     $Date: 2007/02/11 20:09:07 $
  11  |     $Author: e107steved $
  12  +-----------------------------------------------------------------------------------------------+
  13  */
  14  if (!defined('e107_INIT')) { exit; }
  15  
  16  if(isset($pref['trackbackEnabled'])){
  17      echo "<link rel='pingback' href='".SITEURLBASE.e_PLUGIN_ABS."trackback/xmlrpc.php' />";
  18  }
  19  
  20  ?>


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