|
From: Sebastian D. <se...@us...> - 2006-03-06 11:26:58
|
Update of /cvsroot/wackofork/wiki/themes/bis/appearance In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23849/appearance Modified Files: footer.php Log Message: - GetPageLastWriter eingebaut - i18n de+en Index: footer.php =================================================================== RCS file: /cvsroot/wackofork/wiki/themes/bis/appearance/footer.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** footer.php 1 Mar 2006 15:29:55 -0000 1.3 --- footer.php 6 Mar 2006 11:26:55 -0000 1.4 *************** *** 15,19 **** // Revisions link ! echo $this->GetPageTime() ? "Letzte Änderung: <a href=\"".$this->href("revisions")."\" title=\"".$this->GetResourceValue("RevisionTip")."\">".$this->GetPageTime()."</a> |\n" : ""; // Impressum link --- 15,19 ---- // Revisions link ! echo $this->GetPageTime() ? $this->GetResourceValue("LastModification") .": <a href=\"".$this->href("revisions")."\" title=\"".$this->GetResourceValue("RevisionTip")."\">".$this->GetPageTime()."</a> ".$this->GetResourceValue("by")." ".$this->Link($this->GetPageLastWriter())." |\n" : ""; // Impressum link |