diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-07 11:01:19 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-07 11:01:19 +0000 |
commit | 82b11e3fbae9440b4113ac90e9aed2fa7b2cb951 (patch) | |
tree | 11f2fec88f5e25c474de4b6ae0bb258c6aa79c05 /views/installation/install/header.php | |
parent | 91b1bc93352e5cfedbf9e1866d140f0ef2b29e4c (diff) | |
download | elgg-82b11e3fbae9440b4113ac90e9aed2fa7b2cb951.tar.gz elgg-82b11e3fbae9440b4113ac90e9aed2fa7b2cb951.tar.bz2 |
added Elgg logo to installer screens
git-svn-id: http://code.elgg.org/elgg/trunk@7028 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation/install/header.php')
-rw-r--r-- | views/installation/install/header.php | 4 |
1 files changed, 3 insertions, 1 deletions
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"; ?> -<h1>Elgg</h1> +<img src="<?php echo $url; ?>" alt="Elgg" /> |