@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | <input type="text" name="pseudo" placeholder="Your pseudo"> |
5 | 5 | <?php else: ?> |
6 | 6 | <input type="hidden" name="pseudo" value="<?=$_SESSION['idlogin'.CLEF_SITE]?>"> |
7 | - <?php endif;?> |
|
7 | + <?php endif; ?> |
|
8 | 8 | <textarea name="comment" id="" cols="30" rows="10"></textarea> |
9 | 9 | <button>Send</button> |
10 | 10 | |
@@ -16,4 +16,4 @@ discard block |
||
16 | 16 | <div class="row"> |
17 | 17 | <p>You must be connected to publish a comment</p> |
18 | 18 | </div> |
19 | -<?php endif;?> |
|
20 | 19 | \ No newline at end of file |
20 | +<?php endif; ?> |
|
21 | 21 | \ No newline at end of file |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * @return array |
17 | 17 | * function to get values out of the class |
18 | 18 | */ |
19 | - public function getValues(){ |
|
19 | + public function getValues() { |
|
20 | 20 | return ["comment" => $this->values]; |
21 | 21 | } |
22 | 22 |