3 lines
104 B
PHP
3 lines
104 B
PHP
<?php /** @var string $moodPicker */ ?>
|
|
<h2>How are you feeling?</h2>
|
|
<?php echo $moodPicker; ?>
|