1
0
Fork 0

New class "System"

This commit is contained in:
Michael 2017-08-26 06:04:21 +00:00
commit 3c24bed412
121 changed files with 197 additions and 2 deletions

View file

@ -5,6 +5,7 @@
*/
use Friendica\App;
use Friendica\Core\System;
function theme_content(App $a) {
if (!local_user()) {

View file

@ -8,6 +8,7 @@
*/
use Friendica\App;
use Friendica\Core\System;
function quattro_init(App $a) {
$a->page['htmlhead'] .= '<script src="'.App::get_baseurl().'/view/theme/quattro/tinycon.min.js"></script>';