From 82b11e3fbae9440b4113ac90e9aed2fa7b2cb951 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 7 Oct 2010 11:01:19 +0000 Subject: added Elgg logo to installer screens git-svn-id: http://code.elgg.org/elgg/trunk@7028 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/install/header.php | 4 +++- views/installation/page_shells/default.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'views/installation') diff --git a/views/installation/install/header.php b/views/installation/install/header.php index d821e31e5..896884da1 100644 --- a/views/installation/install/header.php +++ b/views/installation/install/header.php @@ -2,5 +2,7 @@ /** * Install header */ + +$url = "{$vars['url']}_graphics/elgg_logo.png"; ?> -

Elgg

+Elgg diff --git a/views/installation/page_shells/default.php b/views/installation/page_shells/default.php index e19f90390..61d020349 100644 --- a/views/installation/page_shells/default.php +++ b/views/installation/page_shells/default.php @@ -30,7 +30,7 @@ header('Expires: Fri, 05 Feb 1982 00:00:00 -0500', TRUE); <?php echo $title; ?> - +
-- cgit v1.2.3