OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
dynscreen_list.php
Go to the documentation of this file.
1 <?php
2 
8 class Dynscreen_List extends Dynscreen
9 {
16  public function render()
17  {
19  $this->_aViewData['menu'] = basename( oxConfig::getParameter( "menu" ) );
20 
21  return "dynscreen_list.tpl";
22  }
23 }