category_update.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Category_Update extends oxAdminView
00007 {
00014     public function render()
00015     {
00016         parent::render();
00017 
00018         // parent categorie tree
00019         $oCatTree = oxNew( "oxCategoryList" );
00020         $oCatTree->updateCategoryTree();
00021 
00022         return "category_update.tpl";
00023     }
00024 }

Generated on Tue Apr 21 15:45:43 2009 for OXID eShop CE by  doxygen 1.5.5