diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-28 10:56:06 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-28 10:56:06 +0000 |
commit | 3081877cf551efbf0da8a573f80606e04b629a38 (patch) | |
tree | 6534eb89b44346eec5037e98e864a53cbacf8438 /h-source/Application/Views/Desktop/Wiki/page.php | |
parent | a214e6553572eaba8bab16e4234c6b0e345a2de1 (diff) |
improved the way wiki pages are linked
Diffstat (limited to 'h-source/Application/Views/Desktop/Wiki/page.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Wiki/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Wiki/page.php b/h-source/Application/Views/Desktop/Wiki/page.php index 1716edc..6e016e2 100644 --- a/h-source/Application/Views/Desktop/Wiki/page.php +++ b/h-source/Application/Views/Desktop/Wiki/page.php @@ -125,7 +125,7 @@ <!--if revision--> <?php if (strcmp($this->action,'revision') === 0) { ?> <div class="revision_alert"> - <?php echo gtext("This is an old revision of this page, as edited by");?> <b><?php echo $u->getLinkToUserFromId($created_by);?></b> <?php echo gtext('at');?> <b><?php echo smartDate($update_date); ?></b>. <?php echo gtext("It may differ significantly from the");?> <a href="<?php echo $this->baseUrl."/wiki/page/$lang/".encodeUrl($tree_name);?>"><?php echo gtext("Current revision");?></a></a>. + <?php echo gtext("This is an old revision of this page, as edited by");?> <b><?php echo $u->getLinkToUserFromId($created_by);?></b> <?php echo gtext('at');?> <b><?php echo smartDate($update_date); ?></b>. <?php echo gtext("It may differ significantly from the");?> <a href="<?php echo $wiki->toWikiPage($id_wiki);?>"><?php echo gtext("Current revision");?></a></a>. </div> <?php } ?> |