diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 05:55:29 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-23 05:55:29 +0000 |
commit | 51591c9669aa536a1434f0bb21f96508ee37ae09 (patch) | |
tree | 1f58674e1a29797c9c46838b416e02df9661529b /installer/views | |
parent | ab041eedc54552744a12419e407b654a2f581b2e (diff) |
Better yet, rename gallery2.png to just gallery.png. Reference logo from scaffold too.
Diffstat (limited to 'installer/views')
-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 0a2febf0..c3b9686d 100644 --- a/installer/views/install.html.php +++ b/installer/views/install.html.php @@ -6,7 +6,7 @@ </head> <body> <div id="outer"> - <img src="../core/images/gallery2.png" /> + <img src="../core/images/gallery.png" /> <div id="inner"> <?php print $content ?> </div> |