dyn_econda.php

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