country_list.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Country_List extends oxAdminList
00007 {
00008 
00014     protected $_sListClass = 'oxcountry';
00015 
00021     protected $_sDefSortField = 'oxactive';
00022 
00028     protected $_blDesc = false;
00029 
00030 
00037     public function render()
00038     {
00039 
00040         parent::render();
00041 
00042         return "country_list.tpl";
00043     }
00044 }