Changeset 51 for branches/quick_search/manifest.xml
- Timestamp:
- 02/15/09 20:13:19 (3 years ago)
- Files:
-
- 1 modified
-
branches/quick_search/manifest.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/quick_search/manifest.xml
r47 r51 4 4 <id>quick_search</id> 5 5 <title>Quick Search</title> 6 <version>1.0 </version>6 <version>1.0.1</version> 7 7 <description>Allows quickly search for topics and posts</description> 8 8 <author>daris</author> … … 12 12 13 13 <hook id="hd_head"><![CDATA[ 14 14 global $lang_search; 15 15 require_once FORUM_ROOT.'lang/'.$forum_user['language'].'/search.php'; 16 16 $language_js = 'var lang_search = {\'Display results\' : \''.$lang_search['Display results'].'\', \'Show as topics\' : \''.$lang_search['Show as topics'].'\', \'Show as posts\' : \''.$lang_search['Show as posts'].'\', \'Submit search\' : \''.$lang_search['Submit search'].'\', \'Perform new search\' : \''.$lang_search['Perform new search'].'\'};';