Changeset 2073 in ExiteCMS for modules/common/wiki/php-files/modules/wiki/actions/footer.php
- Timestamp:
- 11/26/08 22:20:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/actions/footer.php
r2043 r2073 8 8 <?php 9 9 echo $this->HasAccess("write") ? "<a href=\"".$this->href("edit")."\" title=\"Click to edit this page\">Edit page</a> |\n" : ""; 10 echo $this->HasAccess("write") ? "<a href=\"".$this->href("upload")."\" title=\"Click to upload new images\">Upload Image</a> |\n" : "";10 echo $this->HasAccess("write") ? "<a href=\"".$this->href("upload")."\" title=\"Click to upload new files\">Upload File</a> |\n" : ""; 11 11 echo "<a href=\"".$this->href("history")."\" title=\"Click to view recent edits to this page\">Page History</a> |\n"; 12 12 echo $this->GetPageTime() ? "<a href=\"".$this->href("revisions")."\" title=\"Click to view recent revisions list for this page\">Revisions</a> |\n" : "";
Note: See TracChangeset
for help on using the changeset viewer.
