Changeset 10 for devel/search/index.php
- Timestamp:
- 11/30/05 20:12:22 (3 years ago)
- Files:
-
- devel/search/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/search/index.php
r2 r10 9 9 run("search:all:tagtypes"); 10 10 11 $title = "Search";11 $title = gettext("Search"); 12 12 13 13 $body = run("content:profile:search"); … … 15 15 16 16 $body = run("templates:draw", array( 17 'context' => ' infobox',18 ' name' => $title,19 ' contents' => $body17 'context' => 'contentholder', 18 'title' => $title, 19 'body' => $body 20 20 ) 21 21 );
