Changeset 52 for branches/quick_search/manifest.xml
- Timestamp:
- 02/15/09 20:19:57 (3 years ago)
- Files:
-
- 1 modified
-
branches/quick_search/manifest.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/quick_search/manifest.xml
r51 r52 25 25 $tpl_main = str_replace('<body', '<body onload="quick_search_onload();"', $tpl_main); 26 26 27 ]]></hook>27 ]]></hook> 28 28 29 <hook id="fn_generate_navlinks_end"><![CDATA[30 $links['search'] = '<li id="navsearch"'.((FORUM_PAGE == 'search') ? ' class="isactive"' : '').'><a href="'.forum_link($forum_url['search']).'">'.$lang_common['Search'].'</a></li>';31 32 ]]></hook>33 29 </hooks> 34 30 </extension>