The customized actions/footer.php file that I use with the layout featured in this wiki. See also [[WikkaSkinHeader]].
%%
Link("http://validator.w3.org/check/referer", "", "Valid XHTML 1.0 Transitional") ?> ::
Link("http://jigsaw.w3.org/css-validator/check/referer", "", "Valid CSS") ?> ::
Powered by Link("http://wikkawiki.org/", "", "Wikka Wakka Wiki ".$this->GetWakkaVersion()) ?>
GetConfigValue("sql_debugging"))
{
print("Query log:
\n");
foreach ($this->queryLog as $query)
{
print($query["query"]." (".$query["time"].")
\n");
}
print("
");
}
?>
%%
CategoryWiki