OXID eShop CE
4.8.10
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
shop.php
Go to the documentation of this file.
1
<?php
2
9
class
Shop
extends
oxAdminView
10
{
17
public
function
render
()
18
{
19
parent::render
();
20
21
$sCurrentAdminShop =
oxSession::getVar
(
"currentadminshop"
);
22
23
if
(!$sCurrentAdminShop) {
24
if
(
oxSession::getVar
(
"malladmin"
))
25
$sCurrentAdminShop =
"oxbaseshop"
;
26
else
27
$sCurrentAdminShop =
oxSession::getVar
(
"actshop"
);
28
}
29
30
$this->_aViewData[
"currentadminshop"
] = $sCurrentAdminShop;
31
oxSession::setVar
(
"currentadminshop"
, $sCurrentAdminShop);
32
33
34
return
"shop.tpl"
;
35
}
36
}
application
controllers
admin
shop.php
Generated by
1.8.1.2