@@ -11,7 +11,7 @@ |
||
11 | 11 | $items = isset($items) ? $items : null; |
12 | 12 | $session = $this->di->get("session"); |
13 | 13 | $filter = $this->di->get("textfilter"); |
14 | -$tags = []; |
|
14 | +$tags = [ ]; |
|
15 | 15 | // var_dump($session); |
16 | 16 | ?> |
17 | 17 | <h1>Welcome to the forum</h1> |
@@ -11,7 +11,7 @@ |
||
11 | 11 | $items = isset($items) ? $items : null; |
12 | 12 | // var_dump($items); |
13 | 13 | // $session = $this->di->get("session"); |
14 | -$tags = []; |
|
14 | +$tags = [ ]; |
|
15 | 15 | $counter = 1; |
16 | 16 | ?> |
17 | 17 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | namespace Anax\View; |
4 | 4 | $size = 90; |
5 | 5 | $grav_url = "https://www.gravatar.com/avatar/"; |
6 | -$tags = []; |
|
6 | +$tags = [ ]; |
|
7 | 7 | $counter = 1; |
8 | 8 | |
9 | 9 | ?> |