shop_countries.php

Go to the documentation of this file.
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, &Ouml;sterreich, Schweiz',
00016 
00017 );
00018 
00019 
00020 ?>

Generated on Thu Dec 4 12:04:56 2008 for OXID eShop CE by  doxygen 1.5.5