OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxwcurrencylist.php
Go to the documentation of this file.
1 <?php
2 
6 class oxwCurrencyList extends oxWidget
7 {
14  protected $_aComponentNames = array( 'oxcmp_cur' => 1 );
15 
20  protected $_sThisTemplate = 'widget/header/currencies.tpl';
21 
22 }