scaffold: add RestoTables view
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @copyright (C) 2026 Moko Consulting
|
||||
* @license GPL-3.0-or-later
|
||||
* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* Authored-by: Moko Consulting
|
||||
*/
|
||||
|
||||
namespace MokoConsulting\Component\MokoSuiteResto\Administrator\View\RestoTables;
|
||||
namespace Moko\Component\MokoSuiteResto\Administrator\View\RestoTables;
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
@@ -13,9 +15,11 @@ use Joomla\CMS\Toolbar\ToolbarHelper;
|
||||
|
||||
class HtmlView extends BaseHtmlView
|
||||
{
|
||||
public function display($tpl = null): void
|
||||
{
|
||||
ToolbarHelper::title('Tables', 'generic');
|
||||
parent::display($tpl);
|
||||
}
|
||||
public function display($tpl = null): void
|
||||
{
|
||||
ToolbarHelper::title('MokoSuite Resto - Tables');
|
||||
ToolbarHelper::preferences('com_mokosuiteresto');
|
||||
|
||||
parent::display($tpl);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user