]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/theme.php
@brief is removed completely
[friendica.git] / view / theme / quattro / theme.php
index fc908522a1862144ccdf2f971dc9b77f44367136..d54517de712fceaeaa7175987ae3f42c8a427baa 100644 (file)
@@ -7,7 +7,10 @@
  * Maintainer: Tobias <https://diekershoff.homeunix.net/friendica/profile/tobias>
  */
 
+use Friendica\App;
+use Friendica\DI;
+
 function quattro_init(App $a) {
-       $a->page['htmlhead'] .= '<script src="'.App::get_baseurl().'/view/theme/quattro/tinycon.min.js"></script>';
-       $a->page['htmlhead'] .= '<script src="'.App::get_baseurl().'/view/theme/quattro/js/quattro.js"></script>';;
+       DI::page()['htmlhead'] .= '<script src="'.DI::baseUrl().'/view/theme/quattro/tinycon.min.js"></script>';
+       DI::page()['htmlhead'] .= '<script src="'.DI::baseUrl().'/view/theme/quattro/js/quattro.js"></script>';;
 }