1
0

index.php 453 B

123456789101112
  1. <div class="v1-default-index">
  2. <h1><?= $this->context->action->uniqueId ?></h1>
  3. <p>
  4. This is the view content for action "<?= $this->context->action->id ?>".
  5. The action belongs to the controller "<?= get_class($this->context) ?>"
  6. in the "<?= $this->context->module->id ?>" module.
  7. </p>
  8. <p>
  9. You may customize this page by editing the following file:<br>
  10. <code><?= __FILE__ ?></code>
  11. </p>
  12. </div>