dynscreen_list.php

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