17 lines
305 B
PHP
17 lines
305 B
PHP
<?php
|
|
|
|
// OpenConf AU States
|
|
|
|
$GLOBALS['OC_state_auAR'] = array(
|
|
'ACT'=>'Australian Capital Terrirory',
|
|
'NSW'=>'New South Wales',
|
|
'NT'=>'Northern Territory',
|
|
'QLD'=>'Queensland',
|
|
'TAS'=>'Tasmania',
|
|
'SA'=>'South Australia',
|
|
'VIC'=>'Victoria',
|
|
'WA'=>'Western Australia'
|
|
);
|
|
|
|
|