diff options
Diffstat (limited to 'h-source/Application/Views/Desktop')
-rw-r--r-- | h-source/Application/Views/Desktop/footer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Desktop/footer.php b/h-source/Application/Views/Desktop/footer.php index 56dbcda..1eafcc6 100644 --- a/h-source/Application/Views/Desktop/footer.php +++ b/h-source/Application/Views/Desktop/footer.php @@ -26,11 +26,11 @@ </div> <div class="footer_credits_box"> - <a href="<?php echo $this->baseUrl."/credits/index/$lang";?>">credits</a> + <a href="<?php echo $this->baseUrl."/credits/index/$lang";?>"><?php echo gtext("credits");?></a> </div> <div class="footer_credits_box"> - <a href="<?php echo $this->baseUrl."/contact/index/$lang";?>">contact</a> + <a href="<?php echo $this->baseUrl."/contact/index/$lang";?>"><?php echo gtext("contact us");?></a> </div> </div> <!--fine footer--> |