dyn_econda.php

Go to the documentation of this file.
00001 <?php
00002 
00003 
00004 
00005 
00006 
00011 class dyn_econda extends Shop_Config
00012 {
00019     public function render()
00020     {
00021         parent::render();
00022         $this->_aViewData['oxid'] = $this->getConfig()->getShopId();
00023 
00024         return "dyn_econda.tpl";
00025     }
00026 
00032     public function getViewId()
00033     {
00034         return 'dyn_interface';
00035     }
00036 }