[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_themes/templates/ -> membersonly_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/templates/membersonly_template.php,v $
  14  |     $Revision: 1.1 $
  15  |     $Date: 2006/01/06 18:11:26 $
  16  |     $Author: mcfly_e107 $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  
  22  $MEMBERSONLY_BEGIN = "<div style='width:75%;margin-right:auto;margin-left:auto'><br /><br />";
  23  
  24  $MEMBERSONLY_CAPTION = "<div style='text-align:center'>".LAN_MEMBERS_0."</div>";
  25  
  26  $MEMBERSONLY_TABLE = "
  27  <div style='text-align:center'>
  28  <table class='fborder' style='width:75%;margin-right:auto;margin-left:auto'>
  29  <tr>
  30      <td class='forumheader3' style='text-align:center'><br />".LAN_MEMBERS_1." ".LAN_MEMBERS_2;
  31              if ($pref['user_reg'])
  32              {
  33                  $MEMBERSONLY_TABLE .= " ".LAN_MEMBERS_3." ";
  34              }
  35              $MEMBERSONLY_TABLE .= "<br /><br /><a href='".e_BASE."index.php'>".LAN_MEMBERS_4."</a>
  36      </td>
  37  </tr>
  38  </table>
  39  </div>
  40  ";
  41  
  42  $MEMBERSONLY_END = "<div>";
  43  ?>


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