]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/theme.php
Fix wrong class name case
[friendica.git] / view / theme / quattro / theme.php
index f316323fd31cf60a6ecf9cb0e67f510873998a71..5647fd493a88e1cd3f20a322df9abd54bb5af8e0 100644 (file)
@@ -7,7 +7,9 @@
  * Maintainer: Tobias <https://diekershoff.homeunix.net/friendica/profile/tobias>
  */
 
-function quattro_init(&$a) {
+use Friendica\App;
+
+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>';;
 }