summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:00:10 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:00:10 +0200
commit41f6d90ae70aacff0eb6595a919cd33f1096fe55 (patch)
tree78787cf8ae707896bb677d6c0a5174c88012b361 /templates
parent6e70e23cfdc24492d227dfdce7e12394875d584d (diff)
Starting Nextcloud Social
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index ece0ad45..82e60c1f 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,5 +1,5 @@
<?php
-script('vueexample', 'vueexample');
-style('vueexample', 'style');
+script('social', 'social');
+style('social', 'style');
?>
<div id="vue-content"></div>