OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
dyn_econda.php
Go to the documentation of this file.
1 <?php
2 
3 
11 class dyn_econda extends Shop_Config
12 {
13 
20  public function render()
21  {
23  $this->_aViewData['oxid'] = $this->getConfig()->getShopId();
24 
25  return "dyn_econda.tpl";
26  }
27 
33  public function getViewId()
34  {
35  return 'dyn_interface';
36  }
37 }