Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
407003 1 <?php
TB 2 $wb['shop_txt'] = 'Order';
173afc 3 $wb['name_txt'] = 'Naam';
PD 4 $wb['price_txt'] = 'Prijs';
407003 5 $wb['setup_fee_txt'] = 'Setup Fee';
173afc 6 $wb['no_products_txt'] = 'Geen producten gevonden.';
407003 7 $wb['order_txt'] = 'Order';
TB 8 ?>