]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added Elgg logo to installer screens
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 7 Oct 2010 11:01:19 +0000 (11:01 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 7 Oct 2010 11:01:19 +0000 (11:01 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7028 36083f99-b078-4883-b0ff-0f9b5a30f544

_graphics/elgg_logo.png [new file with mode: 0644]
install/css/install.css [moved from install/install.css with 99% similarity]
views/installation/install/header.php
views/installation/page_shells/default.php

diff --git a/_graphics/elgg_logo.png b/_graphics/elgg_logo.png
new file mode 100644 (file)
index 0000000..7a7e01f
Binary files /dev/null and b/_graphics/elgg_logo.png differ
similarity index 99%
rename from install/install.css
rename to install/css/install.css
index bac5d36d8aded85df8c49274315c12928d2a2ccd..fede97bef1212d71ab0f01ea4300091f28c56da1 100644 (file)
@@ -73,13 +73,13 @@ ul {
        background: white;
        width: 800px;
        margin: auto;
-       padding: 10px 40px;
+       padding: 5px 40px;
        margin-top: 20px;
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
 }
 #elgg_header {
-       margin: 20px 10px;
+       margin: 10px 10px;
 }
 #elgg_sidebar {
        float: left;
index d821e31e58ecb5bee1599c5b238256bb607ef62f..896884da100f1b61d7d952751b855526bbc82cd7 100644 (file)
@@ -2,5 +2,7 @@
 /**
  * Install header
  */
+
+$url = "{$vars['url']}_graphics/elgg_logo.png";
 ?>
-<h1>Elgg</h1>
+<img src="<?php echo $url; ?>" alt="Elgg" />
index e19f903903a5e7c97de852ca5bb3f81c7f93fcd5..61d02034998418a9626854b9fa4ad74d55823cb9 100644 (file)
@@ -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">