diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/images/gallery.png (renamed from core/images/gallery2.png) | bin | 22178 -> 22178 bytes | |||
-rw-r--r-- | core/views/scaffold.html.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/images/gallery2.png b/core/images/gallery.png Binary files differindex ca8e0e95..ca8e0e95 100644 --- a/core/images/gallery2.png +++ b/core/images/gallery.png 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> |