OXID eShop CE
4.9.6
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
tools.php
Go to the documentation of this file.
1
<?php
2
8
class
Tools
extends
oxAdminView
9
{
10
17
public
function
render
()
18
{
19
if
($this->
getConfig
()->
isDemoShop
()) {
20
return
oxRegistry::getUtils
()->showMessageAndExit(
"Access denied !"
);
21
}
22
23
parent::render
();
24
25
return
"tools.tpl"
;
26
}
27
}
application
controllers
admin
tools.php
Generated by
1.8.1.2