| [ Index ] |
PHP Cross Reference of E107 v0.7.22 code documentation |
[Summary view] [Print] [Text view]
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: /cvs_backup/e107_0.7/membersonly.php,v $ 14 | $Revision: 11346 $ 15 | $Date: 2010-02-17 13:56:14 -0500 (Wed, 17 Feb 2010) $ 16 | $Author: secretr $ 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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Aug 3 00:19:13 2010 |