From 5f0fa2cbc1b83fc7f3146ac06feb783227455c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 5 Feb 2019 14:55:21 +0100 Subject: Implement frontend for ostatus popup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- templates/ostatus.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/ostatus.php (limited to 'templates') diff --git a/templates/ostatus.php b/templates/ostatus.php new file mode 100644 index 00000000..dac1a5d0 --- /dev/null +++ b/templates/ostatus.php @@ -0,0 +1,28 @@ + + * + * @author Julius Härtl + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +script('social', 'ostatus'); +style('social', 'style'); +?> + +
-- cgit v1.2.3