- $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){
|
||||
echo( !empty($this) ? $this : $that );
|
||||
function echoThisOrThat($This, $that){
|
||||
echo( !empty($This) ? $This : $that );
|
||||
}
|
||||
function echoThisWhenThat($this, $that){
|
||||
if( !empty($that) ) echo( $this );
|
||||
function echoThisWhenThat($This, $that){
|
||||
if( !empty($that) ) echo( $This );
|
||||
}
|
||||
function thisWhenThat($this, $that){
|
||||
function thisWhenThat($This, $that){
|
||||
if( empty($that) ) return "";
|
||||
return $this;
|
||||
return $This;
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -200,7 +200,7 @@ $htmlWkTableString = "";
|
||||
"</time>".
|
||||
"</td>".
|
||||
"<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 data-title=\"Wegbeschreibung\">".
|
||||
"<a title=\"Wegbeschreibung ".$wk['Veranstaltung']."\" href=\"".$wk['Routenplaner']."\"><span>".$wk['Ort']."</span></a>".
|
||||
|
||||
@@ -6,7 +6,7 @@ home: &home
|
||||
icon: *cwsvJudoLogoWappen
|
||||
judoWiki: &judoWiki
|
||||
caption: "JudoWiki"
|
||||
url: "/JudoWiki"
|
||||
url: "http://cwsvjudo.bplaced.net/JudoWiki"
|
||||
title: "Lexikon über Judo in Form eines Wiki"
|
||||
icon: *iconWikipediaW
|
||||
training: &training
|
||||
|
||||
Reference in New Issue
Block a user