friendica/view/theme
Roland Häder da66730e4f
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
..
duepuntozero Enable the view module in maintenance mode 2022-07-12 19:48:36 -04:00
frio Rewrite: 2022-10-15 00:44:06 +02:00
quattro Enable the view module in maintenance mode 2022-07-12 19:48:36 -04:00
smoothly Remove poke feature 2022-08-09 14:55:55 -04:00
vier Loglevels are adjusted 2022-08-30 19:45:30 +00:00