OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
dynscreen_list.php
Go to the documentation of this file.
1 <?php
2 
12 {
13 
20  public function render()
21  {
23  $this->_aViewData['menu'] = basename(oxRegistry::getConfig()->getRequestParameter("menu"));
24 
25  return "dynscreen_list.tpl";
26  }
27 }