class ScriptedPageScripttitel {
function getOutput( $aParams, &$bCache, &$bWikify ) {
setlocale (LC_TIME, "nl_NL");
$sText = '';
if (IsSet($aParams['datum'])) {
$sText .= ''.$aParams['datum'].'
';
}
$sText .= ''.$aParams['titel'].'';
if (IsSet($aParams['tekst'])) {
$sText .= '
'.$aParams['tekst'].'';
}
$sOutput = '
'."\n";
$sOutput .= ''.$sText.' | '."\n";
$sOutput .= ' | '."\n";
$sOutput .= '
'."\n";
$bCache = false;
$bWikify = false;
return $sOutput;
}
}
?>
class ScriptedPageScriptspacer {
function getOutput( $aParams, &$bCache, &$bWikify ) {
setlocale (LC_TIME, "nl_NL");
if (array_key_exists('breedte', $aParams)) {
$sWidth = $aParams['breedte'].'px';
} else {
$sWidth = '400px';
}
if (array_key_exists('hoogte', $aParams)) {
$sHeight = $aParams['hoogte'].'px';
} else {
$sHeight = '1px';
}
$sOutput = '
';
$bCache = true;
$bWikify = false;
return $sOutput;
}
}
?>
nieuwsarchief2010 [Fietsersbond Amsterdam]
