Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
521 B
15 lines
521 B
<?php |
|
/** |
|
* Name: Quattro |
|
* Version: 0.6 |
|
* Author: Fabio <http://kirgroup.com/profile/fabrixxm> |
|
* Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm> |
|
* Maintainer: Tobias <https://diekershoff.homeunix.net/friendica/profile/tobias> |
|
*/ |
|
|
|
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>';; |
|
}
|
|
|