Ignore:
Timestamp:
Feb 7, 2004, 12:50:26 PM (20 years ago)
Author:
gweltas
Message:

Template modification
Split of the french language file

File:
1 edited

Legend:

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

    r345 r351  
    117117$user['restrictions'] = explode( ',', $user['forbidden_categories'] );
    118118if ( $user['restrictions'][0] == '' ) $user['restrictions'] = array();
     119$isadmin = false;
     120if ($user['status'] == 'admin') $isadmin =true;
     121// calculation of the number of picture to display per page
     122$user['nb_image_page'] = $user['nb_image_line'] * $user['nb_line_page'];
     123
     124init_userprefs($user);
    119125?>
Note: See TracChangeset for help on using the changeset viewer.