friendica/view
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
..
fonts
install
js "share" added to autocomplete 2022-10-07 05:54:17 +00:00
lang FR translation update THX Nicolas Derive 2022-09-29 14:26:01 +02:00
php Update copyright 2022-01-02 08:27:47 +01:00
smarty3
templates Issue 11880: Provide "alt" description from uploaded file 2022-10-03 21:23:04 +00:00
theme Rewrite: 2022-10-15 00:44:06 +02:00
.htaccess
global.css Use 100% width for audio elements 2021-12-11 13:47:20 +00:00