changed image paths

This commit is contained in:
Lucas Pleß 2014-06-13 23:13:28 +02:00
parent ab26ccd02d
commit 95a105da6c
1 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ $state = $quelltext == "online\n" ? "true" : "false";
{ {
"api":"0.13", "api":"0.13",
"space":"Chaostreff-Dortmund", "space":"Chaostreff-Dortmund",
"logo":"https://wiki.ctdo.de/lib/tpl/dokubook/images/ctdo.png", "logo":"http://www.chaostreff-dortmund.de/logo/logo_ctdo.svg",
"icon":{ "icon":{
"open":"https://www.chaostreff-dortmund.de/green.png", "open":"http://status.ctdo.de/img/green.png",
"closed":"https://www.chaostreff-dortmund.de/red.png" "closed":"http://status.ctdo.de/img/red.png"
}, },
"state": { "state": {
"open":<?php echo $state; ?> "open":<?php echo $state; ?>