OXID eShop CE
4.8.12
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
{
16
public
function
render
()
17
{
18
if
( $this->
getConfig
()->
isDemoShop
() ) {
19
return
oxRegistry::getUtils
()->showMessageAndExit(
"Access denied !"
);
20
}
21
22
parent::render
();
23
return
"tools.tpl"
;
24
}
25
}
application
controllers
admin
tools.php
Generated by
1.8.1.2