aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-26 00:30:40 +0100
committerMaZderMind2016-12-26 00:30:40 +0100
commit6d0d635e518389291db8f7f38eea54c37a6e2260 (patch)
treedcd01d4a1ccfb29e30a598b062f4a57749f7af16 /index.php
parent0beac83b9546908eeb390592bcd2a0a147465232 (diff)
repair main-css when hosted in a subdir
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3b128c4..3c814f9 100644
--- a/index.php
+++ b/index.php
@@ -79,7 +79,7 @@ try {
'canonicalurl' => forceslash(baseurl()).forceslash($route),
'assemblies' => 'template/assemblies/',
'assets' => forceslash('assets'),
- 'conference_assets' => '/',
+ 'conference_assets' => '',
'conference' => new GenericConference(),
));