]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/theme.php
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding conventi...
[friendica.git] / view / theme / quattro / theme.php
index a1cd29ee72ad84c1ff2fe3da4850e46b9daec213..f316323fd31cf60a6ecf9cb0e67f510873998a71 100644 (file)
@@ -8,8 +8,6 @@
  */
 
 function quattro_init(&$a) {
-       $a->theme_info = array();
-
-       $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>';;
+       $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>';;
 }