Changeset 44


Ignore:
Timestamp:
Jul 27, 2003, 10:23:32 AM (21 years ago)
Author:
z0rglub
Message:

shortening the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/init.inc.php

    r26 r44  
    2929// displaying the username in the language of the connected user, instead of
    3030// "guest" as you can find in the database
    31 if ( $user['is_the_guest'] )
    32 {
    33   $user['username'] = $lang['guest'];
    34 }
     31if ( $user['is_the_guest'] ) $user['username'] = $lang['guest'];
    3532include_once( './template/'.$user['template'].'/htmlfunctions.inc.php' );
    3633?>
Note: See TracChangeset for help on using the changeset viewer.