OXID eShop CE
4.8.12
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
4
5
6
11
class
dyn_econda
extends
Shop_Config
12
{
19
public
function
render
()
20
{
21
parent::render
();
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
}
application
controllers
admin
dyn_econda.php
Generated by
1.8.1.2