// change header and footer smarty inclusion
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8697 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -27,16 +27,13 @@
|
||||
|
||||
class AdminTools extends AdminController
|
||||
{
|
||||
public $template = 'adminTools.tpl';
|
||||
public function __construct()
|
||||
{
|
||||
$this->className = 'AdminTools';
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function display()
|
||||
{
|
||||
parent::display();
|
||||
$this->context->smarty->display('adminTools.tpl');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -24,11 +24,9 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
{include file='header.tpl'}
|
||||
<fieldset>
|
||||
<legend><img src="../img/admin/tab-tools.gif" />{l s='Shop Tools'}</legend>
|
||||
<p>{l s='Several tools are available to manage your shop.'}</p>
|
||||
<br />
|
||||
<p>{l s='Please choose a tool by selecting a Tools sub-tab above.'}</p>
|
||||
</fieldset>
|
||||
{include file='footer.tpl'}
|
||||
Reference in New Issue
Block a user