Add ViewHelper in view for injecting some basic classes in views
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<?php /** @var $this \Ardent\Undercurrent\View\BaseView */ ?>
|
||||
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>TOSTI MAN KOMT JE HALEN</title>
|
||||
<title>Base view title</title>
|
||||
</head>
|
||||
<body>
|
||||
<?= $this->data['slot'] ?>
|
||||
Base, slot: <?= $this->data['slot'] ?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user