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 | |
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')
-rw-r--r-- | views/installation/install/header.php | 4 | ||||
-rw-r--r-- | views/installation/page_shells/default.php | 2 |
2 files changed, 4 insertions, 2 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" /> 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); <title><?php echo $title; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="SHORTCUT ICON" href="<?php echo $vars['url']; ?>_graphics/favicon.ico" /> - <link rel="stylesheet" href="<?php echo $vars['url']; ?>install/install.css" type="text/css" /> + <link rel="stylesheet" href="<?php echo $vars['url']; ?>install/css/install.css" type="text/css" /> </head> <body> <div id="elgg_wrapper"> |