changed image paths
This commit is contained in:
parent
ab26ccd02d
commit
95a105da6c
|
@ -10,10 +10,10 @@ $state = $quelltext == "online\n" ? "true" : "false";
|
|||
{
|
||||
"api":"0.13",
|
||||
"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":{
|
||||
"open":"https://www.chaostreff-dortmund.de/green.png",
|
||||
"closed":"https://www.chaostreff-dortmund.de/red.png"
|
||||
"open":"http://status.ctdo.de/img/green.png",
|
||||
"closed":"http://status.ctdo.de/img/red.png"
|
||||
},
|
||||
"state": {
|
||||
"open":<?php echo $state; ?>
|
||||
|
|
Loading…
Reference in New Issue