00001 <?php 00002 00010 class Attribute_List extends oxAdminList 00011 { 00016 protected $_sThisTemplate = 'attribute_list.tpl'; 00017 00023 protected $_sListClass = 'oxattribute'; 00024 00031 public function init() 00032 { 00033 $this->_sDefSort = getViewName( 'oxattribute' ).".oxtitle"; 00034 parent::Init(); 00035 } 00036 }