aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r--mod/profile/start.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 354abbd58..63b579784 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -56,6 +56,10 @@
register_page_handler('profile','profile_page_handler');
register_page_handler('icon','profile_icon_handler');
+ // Add Javascript reference to the page header
+ extend_view('metatags','profile/metatags');
+ extend_view('css','profile/css');
+
}
/**