adminlinks_list.php

Go to the documentation of this file.
00001 <?php
00002 
00010 class Adminlinks_List extends oxAdminList
00011 {
00016     protected $_sThisTemplate = 'adminlinks_list.tpl';
00017 
00023     protected $_sListClass = 'oxlinks';
00024 
00030     public function init()
00031     {
00032         $this->_sDefSort = "oxinsert";
00033         $sSortCol = oxConfig::getParameter( 'sort' );
00034 
00035         if ( !$sSortCol || $sSortCol == $this->_sDefSort ) {
00036             $this->_blDesc = true;
00037         }
00038 
00039         parent::Init();
00040 
00041     }
00042 }

Generated on Thu Dec 4 12:04:55 2008 for OXID eShop CE by  doxygen 1.5.5