diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-01 08:11:49 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-01 08:11:49 +0000 |
commit | c65c55ddfb659a553f79550525d73e6068cab707 (patch) | |
tree | 7a06e5d62acd49fd33b61cf7c1046d6130344d79 /h-source/Application/Views/Desktop | |
parent | 1aa63970841fbf8e584f322304db1ffc581f38ee (diff) |
improved mobile footer
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--> |