Skip to content
Snippets Groups Projects
Commit 294f4845 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

change deprecated extend_view to elgg_extend_view

parent dd1ec580
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
*/
// Load Elgg engine
// require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php');
require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php');
// Get view
$area1 = elgg_view('customindex/content', array());
......
......@@ -13,8 +13,8 @@
function customindex_init() {
register_plugin_hook('index','system','new_index');
extend_view('metatags','customindex/metatags');
extend_view('css','customindex/css');
elgg_extend_view('metatags','customindex/metatags');
elgg_extend_view('css','customindex/css');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment