[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_themes/e107v4a/ -> newsfeed_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/e107v4a/newsfeed_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  $NEWSFEED_COLLAPSE = TRUE;
  23  
  24  $NEWSFEED_LIST_START = "
  25  <table style='width: 100%;' class='fborder'>\n";
  26  
  27  $NEWSFEED_LIST = "
  28  <tr>
  29  <td style='width: 30%;' class='forumheader3'>{FEEDNAME}</td>
  30  <td style='width: 70%;' class='forumheader3'>{FEEDDESCRIPTION}</td>
  31  </tr>\n";
  32  
  33  $NEWSFEED_LIST_END = "
  34  </table>\n";
  35  
  36  $NEWSFEED_MAIN_START = "
  37  <table style='width: 100%;' class='fborder'>
  38  <tr>
  39  <td class='forumheader2'>{FEEDIMAGE} {FEEDTITLE}</td>
  40  </tr>
  41  <tr>
  42  <td class='forumheader3'>
  43  <ul>\n";
  44  
  45  $NEWSFEED_MAIN = "
  46  <li>{FEEDITEMLINK} <span class='smalltext'>{FEEDITEMCREATOR}</span><br /><span class='mediumtext'>{FEEDITEMTEXT}</span></li>\n";
  47  
  48  
  49  $NEWSFEED_MAIN_END = "
  50  </ul>
  51  </td>
  52  </tr>
  53  
  54  <tr>
  55  <td class='forumheader3' style='text-align: right;'><span class='smalltext'>{FEEDCOPYRIGHT} | {FEEDLASTBUILDDATE}</td>
  56  </tr>
  57  
  58  <tr>
  59  <td class='forumheader3' style='text-align: center;'><span class='smalltext'>{BACKLINK}</td>
  60  </tr>
  61  </table>\n";
  62  
  63  
  64  ?>


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