From bb1f45eb02bac603d67ac08cb674c4050a245c28 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 30 Oct 2010 22:23:45 +0000 Subject: Refs #2598: Converted most $vars['url'] to elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/views/default/reportedcontent/css.php | 2 +- mod/reportedcontent/views/default/reportedcontent/footer_link.php | 2 +- mod/reportedcontent/views/default/reportedcontent/form.php | 2 +- mod/reportedcontent/views/default/reportedcontent/listing.php | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/views/default/reportedcontent/css.php b/mod/reportedcontent/views/default/reportedcontent/css.php index 12a48662d..3dcdbc36b 100644 --- a/mod/reportedcontent/views/default/reportedcontent/css.php +++ b/mod/reportedcontent/views/default/reportedcontent/css.php @@ -14,7 +14,7 @@ #report_this a { font-size: 90%; padding:0 0 4px 20px; - background: url(mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top; + background: url(mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top; } /* admin area */ .admin_settings.reported_content { diff --git a/mod/reportedcontent/views/default/reportedcontent/footer_link.php b/mod/reportedcontent/views/default/reportedcontent/footer_link.php index 0b365273f..0e953e0b9 100644 --- a/mod/reportedcontent/views/default/reportedcontent/footer_link.php +++ b/mod/reportedcontent/views/default/reportedcontent/footer_link.php @@ -10,5 +10,5 @@ $text = elgg_echo('reportedcontent:this'); ?>
- +
diff --git a/mod/reportedcontent/views/default/reportedcontent/form.php b/mod/reportedcontent/views/default/reportedcontent/form.php index fe4287888..b22bc05f6 100644 --- a/mod/reportedcontent/views/default/reportedcontent/form.php +++ b/mod/reportedcontent/views/default/reportedcontent/form.php @@ -18,7 +18,7 @@ $shares = array(); $owner = get_loggedin_user(); ?> -
+

diff --git a/mod/reportedcontent/views/default/reportedcontent/listing.php b/mod/reportedcontent/views/default/reportedcontent/listing.php index 11d6978ac..1004effc9 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -26,8 +26,8 @@ if($vars['entity']){ echo "

"; echo "

" . elgg_echo('reportedcontent:by') . ": " . $user . ", " . elgg_view_friendly_time($report->time_created) . "

"; echo "

" . elgg_echo('reportedcontent:objecttitle') . ": " . $report->title; echo "
" . elgg_echo('reportedcontent:moreinfo') . "

"; -- cgit v1.2.3