aboutsummaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/edit.php b/edit.php
index b94e49275..cc06dd9c4 100644
--- a/edit.php
+++ b/edit.php
@@ -26,8 +26,8 @@ if ($video_file = get_entity($video_file)) {
if ($video_file->canEdit()) {
// set up breadcrumbs
- elgg_push_breadcrumb(elgg_echo('videolist:all'), $CONFIG->wwwroot."mod/videolist/all.php");
- elgg_push_breadcrumb(sprintf(elgg_echo("videolist:user"),$page_owner->name), $CONFIG->wwwroot."pg/videolist/".$page_owner->username);
+ elgg_push_breadcrumb(elgg_echo('videolist:all'), elgg_get_site_url()."videolist/all.php");
+ elgg_push_breadcrumb(sprintf(elgg_echo("videolist:user"),$page_owner->name), elgg_get_site_url()."videolist/".$page_owner->username);
elgg_push_breadcrumb(sprintf(elgg_echo("videolist:edit")));
$area1 = elgg_view('navigation/breadcrumbs');
@@ -40,4 +40,4 @@ if ($video_file = get_entity($video_file)) {
forward();
}
-?> \ No newline at end of file
+?>