diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-23 22:23:19 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-23 22:23:19 +0000 |
commit | 84ba687ada81314480bbcd0f0c1883bfcaac3f20 (patch) | |
tree | a9b0ed83c012bbd0517ba209fd474a6bbe3f9c5e /mod/profile | |
parent | 4ba95f6d9b85746a5fdae7e9847f096d7d223f02 (diff) | |
download | elgg-84ba687ada81314480bbcd0f0c1883bfcaac3f20.tar.gz elgg-84ba687ada81314480bbcd0f0c1883bfcaac3f20.tar.bz2 |
Fixes #2270 - deprecates metatags view and replaces with html_head/extend
git-svn-id: http://code.elgg.org/elgg/trunk@7428 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 1ba2e6dc5..c8a83077c 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -40,7 +40,7 @@ function profile_init() { register_page_handler('iconjs', 'profile_iconjs_handler'); // Add Javascript reference to the page header - elgg_extend_view('metatags', 'profile/metatags'); + elgg_extend_view('html_head/extend', 'profile/metatags'); elgg_extend_view('css', 'profile/css'); elgg_extend_view('js/initialise_elgg', 'profile/javascript'); |