mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12377] Move navbar(s) to new template file
PHPBB3-12377
This commit is contained in:
parent
0e3e715a48
commit
00d87e86ec
5 changed files with 118 additions and 118 deletions
|
@ -239,7 +239,7 @@ overall_footer_after
|
||||||
overall_footer_breadcrumb_append
|
overall_footer_breadcrumb_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/overall_footer.html
|
+ styles/prosilver/template/overall_footer_navbar.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add links to the list of breadcrumbs in the footer
|
* Purpose: Add links to the list of breadcrumbs in the footer
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@ overall_header_head_append
|
||||||
overall_header_navigation_append
|
overall_header_navigation_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/overall_header.html
|
+ styles/prosilver/template/overall_header_navbar.html
|
||||||
+ styles/subsilver2/template/overall_header.html
|
+ styles/subsilver2/template/overall_header.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add links after the navigation links in the header
|
* Purpose: Add links after the navigation links in the header
|
||||||
|
@ -318,7 +318,7 @@ overall_header_navigation_append
|
||||||
overall_header_navigation_prepend
|
overall_header_navigation_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/overall_header.html
|
+ styles/prosilver/template/overall_header_navbar.html
|
||||||
+ styles/subsilver2/template/overall_header.html
|
+ styles/subsilver2/template/overall_header.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add links before the navigation links in the header
|
* Purpose: Add links before the navigation links in the header
|
||||||
|
|
|
@ -4,24 +4,7 @@
|
||||||
<!-- EVENT overall_footer_page_body_after -->
|
<!-- EVENT overall_footer_page_body_after -->
|
||||||
|
|
||||||
<div id="page-footer">
|
<div id="page-footer">
|
||||||
|
<!-- INCLUDE overall_footer_navbar.html -->
|
||||||
<div class="navbar">
|
|
||||||
<div class="inner">
|
|
||||||
|
|
||||||
<ul class="linklist bulletin">
|
|
||||||
<li class="small-icon icon-home breadcrumbs"><!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}">{L_SITE_HOME}</a> <strong>‹</strong></span> <!-- ENDIF --><span class="crumb"><a href="{U_INDEX}">{L_INDEX}</a></span>
|
|
||||||
<!-- EVENT overall_footer_breadcrumb_append -->
|
|
||||||
</li>
|
|
||||||
<!-- IF not S_IS_BOT -->
|
|
||||||
<!-- IF U_WATCH_FORUM_LINK --><li class="small-icon icon-<!-- IF S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->"><a href="{U_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}" data-ajax="toggle_link" data-toggle-class="small-icon 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 -->
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<li class="rightside">{S_TIMEZONE}</li>
|
|
||||||
<!-- IF not S_IS_BOT --><li class="rightside"><a href="{U_DELETE_COOKIES}" data-ajax="true" data-refresh="true">{L_DELETE_COOKIES}</a></li><!-- ENDIF -->
|
|
||||||
<!-- IF U_TEAM --><li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF -->
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<!-- EVENT overall_footer_copyright_prepend -->
|
<!-- EVENT overall_footer_copyright_prepend -->
|
||||||
|
|
17
phpBB/styles/prosilver/template/overall_footer_navbar.html
Normal file
17
phpBB/styles/prosilver/template/overall_footer_navbar.html
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<div class="navbar">
|
||||||
|
<div class="inner">
|
||||||
|
|
||||||
|
<ul class="linklist bulletin">
|
||||||
|
<li class="small-icon icon-home breadcrumbs"><!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}">{L_SITE_HOME}</a> <strong>‹</strong></span> <!-- ENDIF --><span class="crumb"><a href="{U_INDEX}">{L_INDEX}</a></span>
|
||||||
|
<!-- EVENT overall_footer_breadcrumb_append -->
|
||||||
|
</li>
|
||||||
|
<!-- IF not S_IS_BOT -->
|
||||||
|
<!-- IF U_WATCH_FORUM_LINK --><li class="small-icon icon-<!-- IF S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->"><a href="{U_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}" data-ajax="toggle_link" data-toggle-class="small-icon 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 -->
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<li class="rightside">{S_TIMEZONE}</li>
|
||||||
|
<!-- IF not S_IS_BOT --><li class="rightside"><a href="{U_DELETE_COOKIES}" data-ajax="true" data-refresh="true">{L_DELETE_COOKIES}</a></li><!-- ENDIF -->
|
||||||
|
<!-- IF U_TEAM --><li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF -->
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -80,103 +80,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="navbar">
|
<!-- INCLUDE overall_header_navbar.html -->
|
||||||
<div class="inner">
|
|
||||||
|
|
||||||
<ul class="linklist navlinks">
|
|
||||||
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
|
|
||||||
<li class="small-icon icon-home breadcrumbs"><!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}"{$MICRODATA}>{L_SITE_HOME}</a> <strong>‹</strong></span> <!-- ENDIF -->
|
|
||||||
<span class="crumb"><a href="{U_INDEX}" accesskey="h"{$MICRODATA}>{L_INDEX}</a></span>
|
|
||||||
<!-- BEGIN navlinks --> <span class="crumb"><strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}"{$MICRODATA}>{navlinks.FORUM_NAME}</a></span><!-- END navlinks -->
|
|
||||||
<!-- EVENT overall_header_breadcrumb_append -->
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<!-- IF S_REGISTERED_USER --><li id="username_logged_in" class="rightside"><!-- IF CURRENT_USER_AVATAR --><a href="{U_USER_PROFILE}" class="header-avatar">{CURRENT_USER_AVATAR}</a> <!-- ENDIF -->{USERNAME_FULL}</li><!-- ENDIF -->
|
|
||||||
<!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
|
|
||||||
<!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
|
|
||||||
<!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
|
|
||||||
<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
|
|
||||||
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --><li class="responsive-search rightside" style="display: none;"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a></li><!-- ENDIF -->
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<ul class="linklist bulletin">
|
|
||||||
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
|
||||||
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
|
||||||
<li class="small-icon icon-notification" data-skip-responsive="true">
|
|
||||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
|
|
||||||
<div id="notification_list" class="dropdown dropdown-extended notification_list">
|
|
||||||
<div class="pointer"><div class="pointer-inner"></div></div>
|
|
||||||
<div class="dropdown-contents">
|
|
||||||
<div class="header">
|
|
||||||
{L_NOTIFICATIONS}
|
|
||||||
<span class="header_settings">
|
|
||||||
<a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a>
|
|
||||||
<!-- IF NOTIFICATIONS_COUNT -->
|
|
||||||
<span id="mark_all_notifications"> • <a href="{U_MARK_ALL_NOTIFICATIONS}" data-ajax="notification.mark_all_read">{L_MARK_ALL_READ}</a></span>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<!-- IF not .notifications -->
|
|
||||||
<li>
|
|
||||||
{L_NO_NOTIFICATIONS}
|
|
||||||
</li>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<!-- BEGIN notifications -->
|
|
||||||
<li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->">
|
|
||||||
<!-- IF notifications.URL -->
|
|
||||||
<a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}" data-real-url="{notifications.URL}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->">
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<!-- IF notifications.AVATAR -->{notifications.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
|
|
||||||
<div class="notification_text">
|
|
||||||
<p>{notifications.FORMATTED_TITLE}</p>
|
|
||||||
<p>» {notifications.TIME}</p>
|
|
||||||
</div>
|
|
||||||
<!-- IF notifications.URL --></a><!-- ENDIF -->
|
|
||||||
<!-- IF notifications.UNREAD -->
|
|
||||||
<a href="{notifications.U_MARK_READ}" class="mark_read icon-mark" data-ajax="notification.mark_read" title="{L_MARK_READ}"></a>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
</li>
|
|
||||||
<!-- END notifications -->
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="footer">
|
|
||||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<!-- IF S_DISPLAY_PM -->
|
|
||||||
<li class="small-icon icon-pm">
|
|
||||||
<a href="{U_PRIVATEMSGS}"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a>
|
|
||||||
</li>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<li class="small-icon icon-ucp">
|
|
||||||
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
|
|
||||||
</li>
|
|
||||||
<!-- IF S_DISPLAY_SEARCH -->
|
|
||||||
<li class="icon-search-self"><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<!-- IF U_RESTORE_PERMISSIONS -->
|
|
||||||
<li class="icon-restore-permissions"><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li>
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<!-- ENDIF -->
|
|
||||||
|
|
||||||
<!-- EVENT overall_header_navigation_append -->
|
|
||||||
<!-- IF not S_IS_BOT -->
|
|
||||||
<li class="small-icon icon-logout rightside no-bulletin"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
|
|
||||||
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="small-icon icon-register rightside no-bulletin"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
|
|
||||||
<!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members rightside no-bulletin"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
|
|
||||||
<!-- ENDIF -->
|
|
||||||
<li class="small-icon icon-faq rightside no-bulletin"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
|
|
||||||
<!-- EVENT overall_header_navigation_prepend -->
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- EVENT overall_header_page_body_before -->
|
<!-- EVENT overall_header_page_body_before -->
|
||||||
|
|
96
phpBB/styles/prosilver/template/overall_header_navbar.html
Normal file
96
phpBB/styles/prosilver/template/overall_header_navbar.html
Normal file
|
@ -0,0 +1,96 @@
|
||||||
|
<div class="navbar">
|
||||||
|
<div class="inner">
|
||||||
|
|
||||||
|
<ul class="linklist navlinks">
|
||||||
|
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
|
||||||
|
<li class="small-icon icon-home breadcrumbs"><!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}"{$MICRODATA}>{L_SITE_HOME}</a> <strong>‹</strong></span> <!-- ENDIF -->
|
||||||
|
<span class="crumb"><a href="{U_INDEX}" accesskey="h"{$MICRODATA}>{L_INDEX}</a></span>
|
||||||
|
<!-- BEGIN navlinks --> <span class="crumb"><strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}"{$MICRODATA}>{navlinks.FORUM_NAME}</a></span><!-- END navlinks -->
|
||||||
|
<!-- EVENT overall_header_breadcrumb_append -->
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<!-- IF S_REGISTERED_USER --><li id="username_logged_in" class="rightside"><!-- IF CURRENT_USER_AVATAR --><a href="{U_USER_PROFILE}" class="header-avatar">{CURRENT_USER_AVATAR}</a> <!-- ENDIF -->{USERNAME_FULL}</li><!-- ENDIF -->
|
||||||
|
<!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
|
||||||
|
<!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
|
||||||
|
<!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
|
||||||
|
<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
|
||||||
|
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --><li class="responsive-search rightside" style="display: none;"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a></li><!-- ENDIF -->
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul class="linklist bulletin">
|
||||||
|
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
|
||||||
|
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
||||||
|
<li class="small-icon icon-notification" data-skip-responsive="true">
|
||||||
|
<a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
|
||||||
|
<div id="notification_list" class="dropdown dropdown-extended notification_list">
|
||||||
|
<div class="pointer"><div class="pointer-inner"></div></div>
|
||||||
|
<div class="dropdown-contents">
|
||||||
|
<div class="header">
|
||||||
|
{L_NOTIFICATIONS}
|
||||||
|
<span class="header_settings">
|
||||||
|
<a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a>
|
||||||
|
<!-- IF NOTIFICATIONS_COUNT -->
|
||||||
|
<span id="mark_all_notifications"> • <a href="{U_MARK_ALL_NOTIFICATIONS}" data-ajax="notification.mark_all_read">{L_MARK_ALL_READ}</a></span>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<!-- IF not .notifications -->
|
||||||
|
<li>
|
||||||
|
{L_NO_NOTIFICATIONS}
|
||||||
|
</li>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- BEGIN notifications -->
|
||||||
|
<li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->">
|
||||||
|
<!-- IF notifications.URL -->
|
||||||
|
<a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}" data-real-url="{notifications.URL}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->">
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- IF notifications.AVATAR -->{notifications.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
|
||||||
|
<div class="notification_text">
|
||||||
|
<p>{notifications.FORMATTED_TITLE}</p>
|
||||||
|
<p>» {notifications.TIME}</p>
|
||||||
|
</div>
|
||||||
|
<!-- IF notifications.URL --></a><!-- ENDIF -->
|
||||||
|
<!-- IF notifications.UNREAD -->
|
||||||
|
<a href="{notifications.U_MARK_READ}" class="mark_read icon-mark" data-ajax="notification.mark_read" title="{L_MARK_READ}"></a>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
</li>
|
||||||
|
<!-- END notifications -->
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- IF S_DISPLAY_PM -->
|
||||||
|
<li class="small-icon icon-pm">
|
||||||
|
<a href="{U_PRIVATEMSGS}"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a>
|
||||||
|
</li>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<li class="small-icon icon-ucp">
|
||||||
|
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
|
||||||
|
</li>
|
||||||
|
<!-- IF S_DISPLAY_SEARCH -->
|
||||||
|
<li class="icon-search-self"><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- IF U_RESTORE_PERMISSIONS -->
|
||||||
|
<li class="icon-restore-permissions"><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT overall_header_navigation_append -->
|
||||||
|
<!-- IF not S_IS_BOT -->
|
||||||
|
<li class="small-icon icon-logout rightside no-bulletin"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
|
||||||
|
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="small-icon icon-register rightside no-bulletin"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
|
||||||
|
<!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members rightside no-bulletin"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<li class="small-icon icon-faq rightside no-bulletin"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
|
||||||
|
<!-- EVENT overall_header_navigation_prepend -->
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Add table
Reference in a new issue