summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>