diff options
Diffstat (limited to 'core/views/scaffold.html.php')
-rw-r--r-- | core/views/scaffold.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |