Ignore:
Timestamp:
Mar 13, 2010, 1:00:52 AM (14 years ago)
Author:
plg
Message:

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list.php

    r5036 r5123  
    386386
    387387  $formfields =
    388     array('nb_image_line', 'nb_line_page', 'template', 'language',
     388    array('nb_image_line', 'nb_line_page', 'theme', 'language',
    389389          'recent_period', 'maxwidth', 'expand', 'show_nb_comments',
    390390          'show_nb_hits', 'maxheight', 'status', 'enabled_high',
     
    584584
    585585// Template Options
    586 $template->assign('template_options', get_pwg_themes());
    587 $template->assign('template_selected',
    588     isset($_POST['pref_submit']) ? $_POST['template'] : get_default_template());
     586$template->assign('theme_options', get_pwg_themes());
     587$template->assign('theme_selected',
     588    isset($_POST['pref_submit']) ? $_POST['theme'] : get_default_theme());
    589589
    590590// Language options
     
    593593    isset($_POST['pref_submit']) ? $_POST['language'] : get_default_language());
    594594
    595 Log::getInstance()->debug($status);
     595//Log::getInstance()->debug($status);
    596596// Status options
    597597foreach (get_enums(USER_INFOS_TABLE, 'status') as $status)
Note: See TracChangeset for help on using the changeset viewer.