00001 <?php 00002 00003 //shop location countries - used when loading dynamic content from oxid servers 00004 00005 $aCountries['en'] = array ( 00006 00007 '' => 'International', 00008 'de' => 'Germany, Austria, Switzerland', 00009 00010 ); 00011 00012 $aCountries['de'] = array ( 00013 00014 '' => 'International', 00015 'de' => 'Deutschland, Österreich, Schweiz', 00016 00017 ); 00018 00019 00020 ?>