', $txt['themeadmin_title'], ' | ||
', $txt['themeadmin_explain'], ' | ||
', $txt['theme_guests'], ': | ', $txt['theme_select'], ' | |
', $txt['theme_reset'], ': | ', $txt['theme_select'], ' | |
', $txt['theme_latest'], ' |
', $txt['theme_latest_fetch'], ' |
', $txt['themeadmin_list_heading'], ' |
', $txt['themeadmin_list_tip'], ' |
', $theme['name'], '', !empty($theme['version']) ? ' (' . $theme['version'] . ')' : '', ' ';
// You *cannot* delete the default theme. It's important!
if ($theme['id'] != 1)
echo '
';
echo '
|
', $txt['themeadmin_list_theme_dir'], ': ', $theme['theme_dir'], '', $theme['valid_path'] ? '' : ' ' . $txt['themeadmin_list_invalid'], '', $txt['themeadmin_list_theme_url'], ': ', $theme['theme_url'], '', $txt['themeadmin_list_images_url'], ': ', $theme['images_url'], ' |
', $txt['themeadmin_reset_title'], ' | |
', $txt['themeadmin_reset_tip'], ' | |
', $theme['name'], '
', $txt['themeadmin_reset_defaults'], ' (', $theme['num_default_options'], ' ', $txt['themeadmin_reset_defaults_current'], ')
', $txt['themeadmin_reset_members'], ' ', $txt['themeadmin_reset_remove'], ' (', $theme['num_members'], ' ', $txt['themeadmin_reset_remove_current'], ') |
', $theme['description'], ' | |
', $theme['num_users'], ' ', ($theme['num_users'] == 1 ? $txt['theme_user'] : $txt['theme_users']), '
', $txt['theme_set'], ' |
', $txt['theme_preview'], '
|
', $context['page_title'], ' |
', $context['installed_theme']['name'], ' ', $txt['theme_installed_message'], ' ', $txt[250], ' |
', $txt['themeadmin_edit_title'], ' | |
', $theme['name'], '', !empty($theme['version']) ? ' (' . $theme['version'] . ')' : '', '
', $txt['themeadmin_edit_browse'], '
', $theme['can_edit_style'] ? ' ' . $txt['themeadmin_edit_style'] . ' ' : '', ' ', $txt['themeadmin_edit_copy_template'], ' |
', $txt['themeadmin_edit_filename'], ' | |
', $txt['themeadmin_edit_copy_warning'], ' | |
', $template['filename'], $template['already_exists'] ? ' (' . $txt['themeadmin_edit_exists'] . ')' : '', ' | '; if ($template['can_copy']) echo '', $txt['themeadmin_edit_do_copy'], ''; else echo $txt['themeadmin_edit_no_copy']; echo ' |
', $txt['themeadmin_edit_filename'], ' | ', $txt['themeadmin_edit_modified'], ' | ', $txt['themeadmin_edit_size'], ' |
'; if ($file['is_editable']) echo '', $file['filename'], ''; elseif ($file['is_directory']) echo '', $file['filename'], ''; else echo $file['filename']; echo ' | ', !empty($file['last_modified']) ? $file['last_modified'] : '', ' | ', $file['size'], ' |