[Template] overall_header_page_header_inner

Request hook events and what data needs to be sent for the new hook system.
Post Reply
User avatar
Wolfsblvt
Registered User
Posts: 5
Joined: Tue Oct 28, 2014 8:35 am

[Template] overall_header_page_header_inner

Post by Wolfsblvt »

Identifier: overall_header_page_header_innerr_inner
Prosilver Location (if applicable): overall_header.html:84

Code: Select all

            <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
            <div id="search-box" class="search-box search-header">
                <form action="{U_SEARCH}" method="get" id="search">
                <fieldset>
                    <input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
                    <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
                    <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
                    {S_SEARCH_HIDDEN_FIELDS}
                </fieldset>
                </form>
            </div>
            <!-- ENDIF -->
            <!-- EVENT overall_header_page_header_inner -->
            </div> 
Subsilver Location (if applicable): ?
Explanation:

Elements can be added to the header of the page, such as further text, links, images or additions to the search box. Alignment can be done via css.

(I can't find the current subsilver2 style, so I couldn't find the line for this style, sorry :-/ )

Post Reply