OXID eShop CE
4.9.5
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
dyn_econda.php
Go to the documentation of this file.
1
<?php
2
3
9
class
dyn_econda
extends
Shop_Config
10
{
11
18
public
function
render
()
19
{
20
parent::render
();
21
$this->_aViewData[
'oxid'
] = $this->
getConfig
()->getShopId();
22
23
return
"dyn_econda.tpl"
;
24
}
25
31
public
function
getViewId
()
32
{
33
return
'dyn_interface'
;
34
}
35
}
application
controllers
admin
dyn_econda.php
Generated by
1.8.1.2