Changeset 1387
- Timestamp:
- 06/17/2009 03:37:21 AM (15 months ago)
- Files:
-
- 1 modified
-
branches/1.2/actions/historylink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/actions/historylink.php
r1385 r1387 3 3 * History link menulet 4 4 */ 5 echo '<a href="'.$this->Href('history').'" title="Click to view recent edits to this page"> History</a>'."\n";5 echo '<a href="'.$this->Href('history').'" title="Click to view recent edits to this page">[History]</a>'."\n"; 6 6 ?>