[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_plugins/content/templates/default/ -> content_author_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_plugins/content/templates/default/content_author_template.php,v $
  14  |     $Revision: 1.10 $
  15  |     $Date: 2006/05/31 21:29:59 $
  16  |     $Author: lisa_ $
  17  +----------------------------------------------------------------------------+
  18  */
  19  global $sc_style, $content_shortcodes;
  20  
  21  $sc_style['CONTENT_AUTHOR_TABLE_LASTITEM']['pre'] = "<tr><td class='forumheader3'>".CONTENT_LAN_55." ";
  22  $sc_style['CONTENT_AUTHOR_TABLE_LASTITEM']['post'] = "</td></tr>";
  23  
  24  $sc_style['CONTENT_AUTHOR_TABLE_TOTAL']['pre'] = "(";
  25  $sc_style['CONTENT_AUTHOR_TABLE_TOTAL']['post'] = ")";
  26  
  27  // ##### CONTENT AUTHOR -------------------------------------------------------
  28  if(!isset($CONTENT_AUTHOR_TABLE_START)){
  29      $CONTENT_AUTHOR_TABLE_START = "
  30      <table class='fborder' style='width:98%; text-align:left;'>\n";
  31  }
  32  if(!isset($CONTENT_AUTHOR_TABLE)){
  33      $CONTENT_AUTHOR_TABLE = "
  34      <tr>
  35          <td class='fcaption'>{CONTENT_AUTHOR_TABLE_ICON} {CONTENT_AUTHOR_TABLE_NAME} {CONTENT_AUTHOR_TABLE_TOTAL}</td>
  36      </tr>
  37      {CONTENT_AUTHOR_TABLE_LASTITEM}
  38      ";
  39  }
  40  if(!isset($CONTENT_AUTHOR_TABLE_END)){
  41      $CONTENT_AUTHOR_TABLE_END = "
  42      </table>\n";
  43  }
  44  // ##### ----------------------------------------------------------------------
  45  
  46  ?>


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