add event module

This commit is contained in:
Roland Schneider
2019-01-16 17:34:58 +01:00
parent 8decd1bc79
commit 8967445a28
18 changed files with 1151 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<div class="event-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>