aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-21 19:37:58 -0700
committerfriendica <info@friendica.com>2013-07-21 19:37:58 -0700
commita2738389edb721e9932240072e3ebd8e8139d5e0 (patch)
tree4f301a242f6e2f0b298919d75e74a0264a5daa26
parent168d7ae9fc30bcbcae4b710da920cabe4cb84b9f (diff)
downloadvolse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.tar.gz
volse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.tar.bz2
volse-hubzilla-a2738389edb721e9932240072e3ebd8e8139d5e0.zip
make forbidden sign less obnoxious and more theme-able
-rw-r--r--images/nosign.pngbin0 -> 17512 bytes
-rw-r--r--mod/photo.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/images/nosign.png b/images/nosign.png
new file mode 100644
index 000000000..e532371d8
--- /dev/null
+++ b/images/nosign.png
Binary files differ
diff --git a/mod/photo.php b/mod/photo.php
index 43418e524..8c407054b 100644
--- a/mod/photo.php
+++ b/mod/photo.php
@@ -118,7 +118,7 @@ function photo_init(&$a) {
intval($resolution)
);
if($r) {
- $data = file_get_contents('images/nosign.jpg');
+ $data = file_get_contents('images/nosign.png');
$mimetype = 'image/jpeg';
$prvcachecontrol = true;
}