This commit is contained in:
2019-12-23 16:28:30 +03:00
parent 56b42000c0
commit da78311a5c
6 changed files with 138 additions and 14 deletions

12
views/default/index.php Normal file
View File

@@ -0,0 +1,12 @@
<div class="cron-default-index">
<h1><?= $this->context->action->uniqueId ?></h1>
<p>
This is the view content for action "<?= $this->context->action->id ?>".
The action belongs to the controller "<?= get_class($this->context) ?>"
in the "<?= $this->context->module->id ?>" module.
</p>
<p>
You may customize this page by editing the following file:<br>
<code><?= __FILE__ ?></code>
</p>
</div>