oxwminibasket.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class oxwMiniBasket extends oxWidget
00007 {
00014     protected $_aComponentNames = array( 'oxcmp_cur' => 1, 'oxcmp_basket' => 1, 'oxcmp_user' => 1 );
00015 
00020     protected $_sThisTemplate = 'widget/header/minibasket.tpl';
00021 
00022 }