mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7405 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9d446dcf21
commit
d7ae819c2e
2 changed files with 4 additions and 2 deletions
|
@ -36,7 +36,9 @@ $lang = array_merge($lang, array(
|
|||
'ACTIVE_IN_TOPIC' => 'Most active topic',
|
||||
'ADD_FOE' => 'Add foe',
|
||||
'ADD_FRIEND' => 'Add friend',
|
||||
'AFTER' => 'After',
|
||||
'AFTER' => 'After',
|
||||
|
||||
'ALL' => 'All',
|
||||
|
||||
'BEFORE' => 'Before',
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<li>
|
||||
|
||||
<!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_FORM_NAME --><a href="{U_HIDE_FIND_MEMBER}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF -->
|
||||
<strong style="font-size: 0.95em;"><a href="{S_MODE_ACTION}&first_char=">All</a>
|
||||
<strong style="font-size: 0.95em;"><a href="{S_MODE_ACTION}&first_char=">{L_ALL}</a>
|
||||
<a href="{S_MODE_ACTION}&first_char=a">A</a>
|
||||
<a href="{S_MODE_ACTION}&first_char=b">B</a>
|
||||
<a href="{S_MODE_ACTION}&first_char=c">C</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue