OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxwlanguagelist.php
Go to the documentation of this file.
1 <?php
2 
6 class oxwLanguageList extends oxWidget
7 {
8 
16  protected $_aComponentNames = array('oxcmp_lang' => 0);
17 
23  protected $_sThisTemplate = 'widget/header/languages.tpl';
24 }