friendica/view/theme/quattro/theme.php

17 lines
543 B
PHP
Raw Normal View History

<?php
/**
* Name: Quattro
2013-10-22 19:55:36 +02:00
* Version: 0.6
* Author: Fabio <http://kirgroup.com/profile/fabrixxm>
* Maintainer: Fabio <http://kirgroup.com/profile/fabrixxm>
2012-10-19 06:51:45 +02:00
* Maintainer: Tobias <https://diekershoff.homeunix.net/friendica/profile/tobias>
*/
use Friendica\App;
2017-08-26 08:04:21 +02:00
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>';;
}