aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_footer.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-09-15 11:10:25 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-09-15 11:28:58 -0500
commit9e5505933aec5a57e57018e6375be0bf28636fbe (patch)
tree7ebfb651ae0c97ae1a3f36044bf2857595735b25 /phpBB/styles/prosilver/template/overall_footer.html
parent480e3daede1cba1e0c62878be3bd12810e4ccf37 (diff)
downloadforums-9e5505933aec5a57e57018e6375be0bf28636fbe.tar
forums-9e5505933aec5a57e57018e6375be0bf28636fbe.tar.gz
forums-9e5505933aec5a57e57018e6375be0bf28636fbe.tar.bz2
forums-9e5505933aec5a57e57018e6375be0bf28636fbe.tar.xz
forums-9e5505933aec5a57e57018e6375be0bf28636fbe.zip
[ticket/11021] Fix the language changes that were lost previously
Change U_HOME to U_SITE_HOME PHPBB3-11021
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 30912b6637..7e43ff2d0a 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -6,7 +6,7 @@
<div class="inner">
<ul class="linklist">
- <li class="icon-home"><!-- IF U_HOME --><a href="{U_HOME}">{L_SITE_HOME}</a> <strong>&#8249;</strong> <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
+ <li class="icon-home"><!-- IF U_SITE_HOME --><a href="{U_SITE_HOME}">{L_SITE_HOME}</a> <strong>&#8249;</strong> <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF U_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}" data-ajax="toggle_link" data-toggle-class="icon-<!-- IF not S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_FORUM_TOGGLE}" data-toggle-url="{U_WATCH_FORUM_TOGGLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{S_WATCH_TOPIC_TITLE}" data-ajax="toggle_link" data-toggle-class="<!-- IF not S_WATCHING_TOPIC -->icon-unsubscribe<!-- ELSE -->icon-subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_TOPIC_TOGGLE}" data-toggle-url="{U_WATCH_TOPIC_TOGGLE}">{S_WATCH_TOPIC_TITLE}</a></li><!-- ENDIF -->