[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_plugins/content/ -> e_latest.php (source)

   1  <?php
   2  if (!defined('e107_INIT')) { exit; }
   3  
   4  $lan_file = $plugindir.'languages/'.e_LANGUAGE.'/lan_content_admin.php';
   5  include_once(file_exists($lan_file) ? $lan_file : $plugindir.'languages/English/lan_content_admin.php');
   6  
   7  $plugintable = "pcontent";
   8  $reported_content = $sql -> db_Count($plugintable, '(*)', "WHERE content_refer='sa' ");
   9  $text .= "
  10  <div style='padding-bottom: 2px;'>
  11  <img src='".e_PLUGIN."content/images/content_16.png' style='width: 16px; height: 16px; vertical-align: bottom' alt='' />
  12  ";
  13  if($reported_content) {
  14      $text .= " <a href='".e_PLUGIN."content/admin_content_config.php?submitted'>".CONTENT_LATEST_LAN_1." $reported_content</a>";
  15  } else {
  16      $text .= CONTENT_LATEST_LAN_1." ".$reported_content;
  17  }
  18  $text .= "</div>";
  19  
  20  ?>


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