]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/theme.php
Merge remote-tracking branch 'upstream/develop' into develop
[friendica.git] / view / theme / quattro / theme.php
index 0b67c6b49a8282a023eeabd274b836f6aa1abcae..fc908522a1862144ccdf2f971dc9b77f44367136 100644 (file)
@@ -7,7 +7,7 @@
  * Maintainer: Tobias <https://diekershoff.homeunix.net/friendica/profile/tobias>
  */
 
-function quattro_init(&$a) {
-       $a->page['htmlhead'] .= '<script src="'.$a->get_baseurl().'/view/theme/quattro/tinycon.min.js"></script>';
-       $a->page['htmlhead'] .= '<script src="'.$a->get_baseurl().'/view/theme/quattro/js/quattro.js"></script>';;
+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>';;
 }