summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-02-23 05:55:29 +0000
committerChad Kieffer <chad@2tbsp.com>2009-02-23 05:55:29 +0000
commit51591c9669aa536a1434f0bb21f96508ee37ae09 (patch)
tree1f58674e1a29797c9c46838b416e02df9661529b
parentab041eedc54552744a12419e407b654a2f581b2e (diff)
Better yet, rename gallery2.png to just gallery.png. Reference logo from scaffold too.
-rw-r--r--core/images/gallery.png (renamed from core/images/gallery2.png)bin22178 -> 22178 bytes
-rw-r--r--core/views/scaffold.html.php2
-rw-r--r--installer/views/install.html.php2
3 files changed, 2 insertions, 2 deletions
diff --git a/core/images/gallery2.png b/core/images/gallery.png
index ca8e0e95..ca8e0e95 100644
--- a/core/images/gallery2.png
+++ b/core/images/gallery.png
Binary files differ
diff --git a/core/views/scaffold.html.php b/core/views/scaffold.html.php
index 2dd256c2..cd625467 100644
--- a/core/views/scaffold.html.php
+++ b/core/views/scaffold.html.php
@@ -169,7 +169,7 @@
<body>
<div class="outer">
<center>
- <img src="http://www.gallery2.org/gallery2.png"/>
+ <img src="<?= url::file("core/images/gallery.png") ?>"/>
</center>
<div class="inner">
<h1>Gallery3 Scaffold</h1>
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>