Changeset 1020 for trunk/profile.php


Ignore:
Timestamp:
Feb 1, 2006, 3:46:26 AM (18 years ago)
Author:
rvelices
Message:

feature 280: Allow visitors/users to choose image ordering inside a category

improvement 82: Viewing pictures from remote galleries does not check anymore
for the high pictures (existence flag added to create_listing_file and db)

correction: link element in picture is in the head instead of body (w3c spec)

correction: in profile.php the current template was not selected by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/profile.php

    r1004 r1020  
    212212    $selected = $_POST['template']==$pwg_template ? 'selected="selected"' : '';
    213213  }
    214   else if ($userdata['template'] == $pwg_template)
     214  else if ($userdata['template'].'/'.$userdata['theme'] == $pwg_template)
    215215  {
    216216    $selected = 'selected="selected"';
Note: See TracChangeset for help on using the changeset viewer.