diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-19 13:27:44 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-19 13:27:44 +0000 |
commit | 17ea2112a90a48e29275cb6f07633c2b9669c212 (patch) | |
tree | 2bacb0c213a1282881c88a2521e350a9202c3d03 /mod/profile/start.php | |
parent | c84feb5f36d81aee9b0a96eca10e58a0f52e1400 (diff) | |
download | elgg-17ea2112a90a48e29275cb6f07633c2b9669c212.tar.gz elgg-17ea2112a90a48e29275cb6f07633c2b9669c212.tar.bz2 |
Added a hover-over menu, which can be added to by plugins.
git-svn-id: https://code.elgg.org/elgg/trunk@994 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 4 |
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');
+
}
/**
|