diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-15 11:45:38 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-15 11:45:38 +0000 |
commit | d85570c9946aef61d8d935d9f50169215338d665 (patch) | |
tree | 80ff5e94178d9aa09bebfc6b897251078836cdd5 /h-source/Application/Views/Wiki/not_found.php | |
parent | 8c287999487883a54271ae5e91bbb79b4fd15826 (diff) |
improved wiki
Diffstat (limited to 'h-source/Application/Views/Wiki/not_found.php')
-rw-r--r-- | h-source/Application/Views/Wiki/not_found.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Wiki/not_found.php b/h-source/Application/Views/Wiki/not_found.php index dc95c21..cd435de 100644 --- a/h-source/Application/Views/Wiki/not_found.php +++ b/h-source/Application/Views/Wiki/not_found.php @@ -28,7 +28,7 @@ <div class="wiki_external_box"> <div> - <?php echo gtext('the wiki page has not been found');?> + <?php echo gtext('the wiki page has not been found');?>. <a href="<?php echo $this->baseUrl."/wiki/insert/$lang";?>"><?php echo gtext('Would you like to insert it?');?></a> </div> </div> |