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 /core | |
parent | ab041eedc54552744a12419e407b654a2f581b2e (diff) |
Better yet, rename gallery2.png to just gallery.png. Reference logo from scaffold too.
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> |