manufacturer_list.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Manufacturer_List extends oxAdminList
00007 {
00012     protected $_sThisTemplate = 'manufacturer_list.tpl';
00013 
00019     protected $_sListClass = 'oxmanufacturer';
00020 
00026     protected $_sDefSortField = 'oxtitle';
00027 }