Changeset 9992 for trunk/about_us.php
- Timestamp:
- 04/07/09 01:43:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/about_us.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/about_us.php
r8737 r9992 1 <? 1 <?php 2 2 3 3 /*************************************************************************** … … 27 27 $_page['css_name'] = 'about_us.css'; 28 28 29 30 if ( !( $logged['admin'] = member_auth( 1, false ) ) ) 31 { 32 if ( !( $logged['member'] = member_auth( 0, false ) ) ) 33 { 34 if ( !( $logged['aff'] = member_auth( 2, false )) ) 35 { 36 $logged['moderator'] = member_auth( 3, false ); 37 } 38 } 39 } 29 check_logged(); 40 30 41 31 $_page['header'] = _t( "_ABOUT_US_H" ); … … 56 46 * page code function 57 47 */ 58 function PageCompMainCode() 59 { 48 function PageCompMainCode() { 60 49 global $oTemplConfig; 61 62 50 $ret = _t( "_ABOUT_US" ); 63 64 51 return DesignBoxContent( _t("_About Us"), $ret, $oTemplConfig -> PageCompThird_db_num ); 65 52 } 53 66 54 ?>
Note: See TracChangeset
for help on using the changeset viewer.