dynscreen_list.php

Go to the documentation of this file.
00001 <?php
00002 
00009 class Dynscreen_List extends Dynscreen
00010 {
00017     public function render()
00018     {
00019         parent::render();
00020         $this->_aViewData['menu'] = basename( oxConfig::getParameter( "menu" ) );
00021 
00022         return "dynscreen_list.tpl";
00023     }
00024 }

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