[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_themes/lamb/ -> forum_preview_template.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_themes/lamb/forum_preview_template.php,v $
  14  |     $Revision: 1.2 $
  15  |     $Date: 2005/12/14 19:28:52 $
  16  |     $Author: sweetas $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  
  22  $FORUM_PREVIEW = "<div style='text-align:center'>
  23  <table style='width:100%' class='fborder'>
  24  <tr>
  25  <td colspan='2' class='nforumcaption2' style='vertical-align:top'>".LAN_323.
  26  ($action != "nt" ? "</td>" : " ( ".LAN_62.$tsubject." )</td>")."
  27  <tr>
  28  <td class='nforumreply' style='width:20%' style='vertical-align:top'><b>".$poster."</b></td>
  29  <td class='nforumreply' style='width:80%'>
  30  <div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322.$postdate."</div>".$tpost."</td>
  31  </tr>
  32  </table>
  33  </div>";
  34      
  35  ?>


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