Changeset 895
- Timestamp:
- 01/30/07 16:24:04 (2 years ago)
- Files:
-
- devel/search/all.php (modified) (1 diff)
- devel/search/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/search/all.php
r659 r895 11 11 define("context","search"); 12 12 13 $title = __gettext("Searching Everything");14 13 $tag = optional_param('tag'); 14 $title = __gettext("Searching") . " : " . $tag; 15 15 16 16 templates_page_setup(); devel/search/index.php
r659 r895 13 13 define("context","search"); 14 14 15 $title = __gettext("Search"); 15 $tag = optional_param('tag'); 16 $title = __gettext("Searching") . " : " . $tag; 16 17 templates_page_setup(); 17 18
