OXID eShop CE  4.10.7
 All Classes Namespaces 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 
24 
25  return "tools.tpl";
26  }
27 }