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