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 --- views/installation/install/header.php | 2 +- views/installation/install/nav.php | 2 +- views/installation/install/pages/complete.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'views/installation/install') diff --git a/views/installation/install/header.php b/views/installation/install/header.php index 896884da1..8c18dbffd 100644 --- a/views/installation/install/header.php +++ b/views/installation/install/header.php @@ -3,6 +3,6 @@ * Install header */ -$url = "{$vars['url']}_graphics/elgg_logo.png"; +$url = elgg_get_site_url()."_graphics/elgg_logo.png"; ?> Elgg diff --git a/views/installation/install/nav.php b/views/installation/install/nav.php index ca4b8a87b..0758653a4 100644 --- a/views/installation/install/nav.php +++ b/views/installation/install/nav.php @@ -18,7 +18,7 @@ if (isset($vars['refresh']) && $vars['refresh']) { // create next button and selectively disable $next_text = elgg_echo('next'); -$next_link = "{$vars['url']}install.php?step={$vars['next_step']}"; +$next_link = elgg_get_site_url()."install.php?step={$vars['next_step']}"; $next = "$next_text"; if (isset($vars['advance']) && !$vars['advance']) { // disable the next button diff --git a/views/installation/install/pages/complete.php b/views/installation/install/pages/complete.php index 681db644e..a63f86330 100644 --- a/views/installation/install/pages/complete.php +++ b/views/installation/install/pages/complete.php @@ -9,7 +9,7 @@ echo autop(elgg_echo('install:complete:instructions'));
$text"; ?> -- cgit v1.2.3