1 | >> ~line 151, (What has been done : split the links, added class="link02" to avoid underlining of the mini icon, used the language value as alt for the images instead of the original "*" except for the messages, used {L_MESSAGES} instead.)
|
---|
2 |
|
---|
3 | REPLACE :
|
---|
4 | "corresponding code"
|
---|
5 |
|
---|
6 | BY :
|
---|
7 |
|
---|
8 |
|
---|
9 | <!-- IF not S_IS_BOT --><a class="link02" href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="{L_LOGIN_LOGOUT}" /> </a><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> <!-- ENDIF -->
|
---|
10 | <!-- IF U_RESTORE_PERMISSIONS --> <a class="link02" href="{U_RESTORE_PERMISSIONS}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="{L_RESTORE_PERMISSIONS}" /> </a><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
|
---|
11 | <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> <span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
|
---|
12 | <!-- IF not S_IS_BOT -->
|
---|
13 | <!-- IF S_USER_LOGGED_IN -->
|
---|
14 | <!-- IF S_DISPLAY_PM --> <a class="link02" href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="{L_MESSAGES}" /> </a><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
|
---|
15 | <!-- ELSEIF S_REGISTER_ENABLED --> <a class="link02" href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" alt="{L_REGISTER}" /> </a><a href="{U_REGISTER}">{L_REGISTER}</a>
|
---|
16 | <!-- ENDIF -->
|
---|
17 | <!-- ENDIF -->
|
---|
18 | </td>
|
---|
19 | <td class="genmed" align="{S_CONTENT_FLOW_END}">
|
---|
20 | <a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /></a> <a href="{U_FAQ}">{L_FAQ}</a>
|
---|
21 | <!-- IF S_DISPLAY_SEARCH --> <a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> </a><a href="{U_SEARCH}">{L_SEARCH}</a><!-- ENDIF -->
|
---|
22 | <!-- IF not S_IS_BOT -->
|
---|
23 | <!-- IF S_DISPLAY_MEMBERLIST --> <a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> </a><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF -->
|
---|
24 | <!-- IF S_USER_LOGGED_IN --> <a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> </a><a href="{U_PROFILE}">{L_PROFILE}</a><!-- ENDIF -->
|
---|
25 | <!-- ENDIF -->
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
30 | >> ~line 184, from "<div id="wrapcentre">" to end of file
|
---|
31 |
|
---|
32 | REPLACE WITH :
|
---|
33 | <div id="wrapcentre">
|
---|
34 |
|
---|
35 | <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
|
---|
36 | <tr>
|
---|
37 | <td class="row1">
|
---|
38 | <div class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a
|
---|
39 |
|
---|
40 | href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
|
---|
41 | <div class="searchbar">
|
---|
42 | <!-- IF S_DISPLAY_SEARCH -->
|
---|
43 | <a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>
|
---|
44 | <!-- IF S_USER_LOGGED_IN -->
|
---|
45 | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
|
---|
46 | <!-- ENDIF -->
|
---|
47 | <!-- ENDIF -->
|
---|
48 | </div>
|
---|
49 | </td>
|
---|
50 | </tr>
|
---|
51 | </table>
|
---|
52 | <br />
|
---|