Changeset 1054
- Timestamp:
- 04/28/2008 05:48:42 AM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1.7-docs/templates/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.7-docs/templates/footer.php
r907 r1054 83 83 <?php echo $this->Link("http://validator.w3.org/check/referer", "", "Valid XHTML 1.0 Transitional") ?> :: 84 84 <?php echo $this->Link("http://jigsaw.w3.org/css-validator/check/referer", "", "Valid CSS") ?> :: 85 Powered by <?php echo $this->Link("http://wikkawiki.org/", "", "Wikka Wakka Wiki ".$this->GetWakkaVersion())?>85 Powered by <?php echo $this->Link("http://wikkawiki.org/", "", "WikkaWiki " . ($this->IsAdmin() ? $this->GetWakkaVersion() : "")); ?> 86 86 </div> 87 87