]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/theme.php
Switch tag of expanded like list to paragraph
[friendica.git] / view / theme / quattro / theme.php
index 0a13c20351b6d40f6b0ed4b7bd33648278578063..ac172cee053fbd0d385c060271f1147a454858b9 100644 (file)
@@ -1,12 +1,16 @@
 <?php
 /**
  * Name: Quattro
- * Version: 0.5
+ * Version: 0.6
  * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
  * Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm>
- * Maintainer: Tobias <https://diekershoff.homeunix.net/friendika/profile/tobias>
+ * Maintainer: Tobias <https://diekershoff.homeunix.net/friendica/profile/tobias>
  */
-       $a->theme_info = array();
 
+use Friendica\App;
+use Friendica\Core\System;
+
+function quattro_init(App $a) {
+       $a->page['htmlhead'] .= '<script src="'.System::baseUrl().'/view/theme/quattro/tinycon.min.js"></script>';
+       $a->page['htmlhead'] .= '<script src="'.System::baseUrl().'/view/theme/quattro/js/quattro.js"></script>';;
+}