make forbidden sign less obnoxious and more theme-able

This commit is contained in:
friendica 2013-07-21 19:37:58 -07:00
parent 168d7ae9fc
commit a2738389ed
2 changed files with 1 additions and 1 deletions

BIN
images/nosign.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -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;
}