[ Index ]

PHP Cross Reference of e107 v1


title

Body

[close]

/ -> membersonly.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     Copyright (C) 2008-2010 e107 Inc (e107.org)
   8  |
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $URL: https://e107.svn.sourceforge.net/svnroot/e107/trunk/e107_0.7/membersonly.php $
  14  |     $Revision: 12296 $
  15  |     $Id: membersonly.php 12296 2011-06-29 05:39:14Z e107coders $
  16  |     $Author: e107coders $
  17  +----------------------------------------------------------------------------+
  18  */
  19  require_once ("class2.php");
  20  
  21  include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_membersonly.php");
  22  
  23  if(is_readable(THEME."membersonly_template.php"))
  24  {
  25      require_once(THEME."membersonly_template.php");
  26  }
  27  else
  28  {
  29      require_once(e_THEME."templates/membersonly_template.php");
  30  }
  31  
  32  $HEADER=""; 
  33  $FOOTER=""; 
  34  
  35  include_once(HEADERF);
  36  
  37  echo $MEMBERSONLY_BEGIN;
  38  $ns->tablerender($MEMBERSONLY_CAPTION, $MEMBERSONLY_TABLE); 
  39  echo $MEMBERSONLY_END;
  40  
  41  require_once(FOOTERF);
  42  ?>


Generated: Mon Mar 12 16:28:38 2012 Cross Reference PHPXref