summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-10-23 15:37:18 +0200
committerJulius Härtl <jus@bitgrid.net>2018-10-23 22:12:28 +0200
commit35cc3588080279c0fea116100a5f1016c8b6212c (patch)
tree91b30e9e0f306634aa7045ba03179b1583fd1dae /templates
parent31489e37d60d63a103a4b2affece6c5e27d67b74 (diff)
Add basic endpoint for account data
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/actor.php1
-rw-r--r--templates/followers.php1
-rw-r--r--templates/following.php1
-rw-r--r--templates/main.php1
4 files changed, 1 insertions, 3 deletions
diff --git a/templates/actor.php b/templates/actor.php
deleted file mode 100644
index cab3b5fc..00000000
--- a/templates/actor.php
+++ /dev/null
@@ -1 +0,0 @@
-ACTOR !
diff --git a/templates/followers.php b/templates/followers.php
deleted file mode 100644
index 82235440..00000000
--- a/templates/followers.php
+++ /dev/null
@@ -1 +0,0 @@
-FOLLOWERS !!!1
diff --git a/templates/following.php b/templates/following.php
deleted file mode 100644
index c040e4d9..00000000
--- a/templates/following.php
+++ /dev/null
@@ -1 +0,0 @@
-FOLLOWING
diff --git a/templates/main.php b/templates/main.php
index 82e60c1f..34ea59d6 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -2,4 +2,5 @@
script('social', 'social');
style('social', 'style');
?>
+<span id="serverData" data-server="<?php p(json_encode($_['serverData']));?>"></span>
<div id="vue-content"></div>