diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 05:45:21 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 05:45:21 +0000 |
commit | ab041eedc54552744a12419e407b654a2f581b2e (patch) | |
tree | 16f24c2283c2495209f81c9fa395f65b0a8d4c3d | |
parent | cd8d1c6582caeb6908d959d1e1371e9b450d78c7 (diff) |
Use local Gallery Project logo in the installer
-rw-r--r-- | installer/views/install.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/views/install.html.php b/installer/views/install.html.php index 6d6b7e69..0a2febf0 100644 --- a/installer/views/install.html.php +++ b/installer/views/install.html.php @@ -6,7 +6,7 @@ </head> <body> <div id="outer"> - <img src="http://www.gallery2.org/gallery2.png"/> + <img src="../core/images/gallery2.png" /> <div id="inner"> <?php print $content ?> </div> |