OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
dynscreen_list.php
Go to the documentation of this file.
1 <?php
2 
9 class Dynscreen_List extends Dynscreen
10 {
11 
18  public function render()
19  {
21  $this->_aViewData['menu'] = basename(oxRegistry::getConfig()->getRequestParameter("menu"));
22 
23  return "dynscreen_list.tpl";
24  }
25 }