Commit 75760322 by Luciano Baraglia

More on short echo tags [skip ci]

parent 8141fc19
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
?> ?>
<div class="<?= $generator->moduleID . '-default-index' ?>"> <div class="<?= $generator->moduleID . '-default-index' ?>">
<h1><?= "<? " ?>$this->context->action->uniqueId ?></h1> <h1><?= "<?= " ?>$this->context->action->uniqueId ?></h1>
<p> <p>
This is the view content for action "<?= "<?= " ?>$this->context->action->id ?>". This is the view content for action "<?= "<?= " ?>$this->context->action->id ?>".
The action belongs to the controller "<?= "<?= " ?>get_class($this->context) ?>" The action belongs to the controller "<?= "<?= " ?>get_class($this->context) ?>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment