- $this wurde als Variablenname verwendet (unter Php7 offenbar nicht
mehr erlaubt) modified: phpLib/cwsvJudo/miscAssis.php - den Serverteil mit in den Ausschreibungslink übernommen (subdomainseiten - insbes. Amp - haben sonst ins Leere gezeigt! Damit geht aber natürlich Portability verloren) modified: phpLib/cwsvJudo/wkKalender.php - Absoluter Link für das Wiki (wg. ampSubDomain) modified: yaml/navTargets.yaml
This commit is contained in:
@@ -109,14 +109,14 @@ return arrayKeyFilter(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function echoThisOrThat($this, $that){
|
function echoThisOrThat($This, $that){
|
||||||
echo( !empty($this) ? $this : $that );
|
echo( !empty($This) ? $This : $that );
|
||||||
}
|
}
|
||||||
function echoThisWhenThat($this, $that){
|
function echoThisWhenThat($This, $that){
|
||||||
if( !empty($that) ) echo( $this );
|
if( !empty($that) ) echo( $This );
|
||||||
}
|
}
|
||||||
function thisWhenThat($this, $that){
|
function thisWhenThat($This, $that){
|
||||||
if( empty($that) ) return "";
|
if( empty($that) ) return "";
|
||||||
return $this;
|
return $This;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ $htmlWkTableString = "";
|
|||||||
"</time>".
|
"</time>".
|
||||||
"</td>".
|
"</td>".
|
||||||
"<td data-title=\"Ausschreibung\" class=\"hyphenate\">".
|
"<td data-title=\"Ausschreibung\" class=\"hyphenate\">".
|
||||||
"<a title=\"Ausschreibung ".$wk['Veranstaltung']."\" href=\"".$wk['Ausschreibung']."\"><span property=\"name\">".$wk['Veranstaltung']."</span></a>".
|
"<a title=\"Ausschreibung ".$wk['Veranstaltung']."\" href=\"http://cwsvjudo.bplaced.net".$wk['Ausschreibung']."\"><span property=\"name\">".$wk['Veranstaltung']."</span></a>".
|
||||||
"</td>".
|
"</td>".
|
||||||
"<td data-title=\"Wegbeschreibung\">".
|
"<td data-title=\"Wegbeschreibung\">".
|
||||||
"<a title=\"Wegbeschreibung ".$wk['Veranstaltung']."\" href=\"".$wk['Routenplaner']."\"><span>".$wk['Ort']."</span></a>".
|
"<a title=\"Wegbeschreibung ".$wk['Veranstaltung']."\" href=\"".$wk['Routenplaner']."\"><span>".$wk['Ort']."</span></a>".
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ home: &home
|
|||||||
icon: *cwsvJudoLogoWappen
|
icon: *cwsvJudoLogoWappen
|
||||||
judoWiki: &judoWiki
|
judoWiki: &judoWiki
|
||||||
caption: "JudoWiki"
|
caption: "JudoWiki"
|
||||||
url: "/JudoWiki"
|
url: "http://cwsvjudo.bplaced.net/JudoWiki"
|
||||||
title: "Lexikon über Judo in Form eines Wiki"
|
title: "Lexikon über Judo in Form eines Wiki"
|
||||||
icon: *iconWikipediaW
|
icon: *iconWikipediaW
|
||||||
training: &training
|
training: &training
|
||||||
|
|||||||
Reference in New Issue
Block a user