Project

General

Profile

« Previous | Next » 

Revision 1849

Added by Dietmar almost 12 years ago

  1. typofix page_extended in admin/settings and admin/pages/
    ! Fill empty option modules dropdown in admin/pages/sections.php

View differences:

index.php
60 60
		}
61 61
	}
62 62
// Insert default timezone values
63
	$user_time = true;
64 63
	include_once( ADMIN_PATH.'/interface/timezones.php' );
65 64
	$template->set_block('main_block', 'timezone_list_block', 'timezone_list');
66 65
	foreach( $TIMEZONES AS $hour_offset => $title )
......
71 70
		$template->parse('timezone_list', 'timezone_list_block', true);
72 71
	}
73 72
// Insert date format list
73
	$user_time = true;
74 74
	include_once( ADMIN_PATH.'/interface/date_formats.php' );
75 75
	$template->set_block('main_block', 'date_format_list_block', 'date_format_list');
76 76
	foreach( $DATE_FORMATS AS $format => $title )

Also available in: Unified diff