Changeset 1719 for trunk/profile.php


Ignore:
Timestamp:
Jan 13, 2007, 4:13:40 AM (17 years ago)
Author:
rvelices
Message:

very small improvements:

  • mass_inserts does not requires keys to start at 0
  • recent_cats categories are sorted by global_rank (consistency)
  • removed warning from page_header.php (when included from redirect)
  • added 2 template functions for plugins (get_var and concat_var)
  • removed unused code from profile.php
  • changed css width for tag selection (search page) from 55em to almost 100%
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/profile.php

    r1620 r1719  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     8// | file          : $Id$
    99// | last update   : $Date$
    1010// | last modifier : $Author$
     
    3939check_status(ACCESS_CLASSIC);
    4040
    41 if ($user['is_the_guest'] and !$guest_allowed)
    42 {
    43   echo '<div style="text-align:center;">'.$lang['only_members'].'<br />';
    44   echo '<a href="./identification.php">'.$lang['ident_title'].'</a></div>';
    45   exit();
    46 }
    47 
    4841$userdata = $user;
    4942
Note: See TracChangeset for help on using the changeset viewer.