From a8e625f47a8b197f6cb89b67f37ef5d0a756619d Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 3 Nov 2011 20:37:47 +0100 Subject: Removed all $CONFIG and pg/ appearitions. --- browse.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'browse.php') diff --git a/browse.php b/browse.php index c8314b9c6..2392ef19a 100644 --- a/browse.php +++ b/browse.php @@ -8,8 +8,6 @@ * @author Prateek Choudhary * @copyright Prateek Choudhary */ - -global $CONFIG; require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); @@ -33,7 +31,7 @@ if(isset($container_guid) && !empty($container_guid)) { } } -elgg_push_breadcrumb(elgg_echo('videolist:find'), $CONFIG->wwwroot."mod/videolist/all.php"); +elgg_push_breadcrumb(elgg_echo('videolist:find'), elgg_get_site_url()."videolist/all/"); elgg_push_breadcrumb(elgg_echo("videolist:browsemenu")); $title = elgg_echo("videolist:browsemenu"); @@ -48,4 +46,4 @@ $area3 = elgg_view('annotation/latest_comments', array('comments' => $comments)) $body = elgg_view_layout('one_column_with_sidebar', $area1.$area2, $area3); -page_draw($title, $body); \ No newline at end of file +page_draw($title, $body); -- cgit v1.2.3