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",
|
"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; ?>
|
||||||
|
|
Loading…
Reference in New Issue