Show
Ignore:
Timestamp:
11/30/05 20:12:22 (3 years ago)
Author:
sven
Message:

importing elgg-0.301

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/search/index.php

    r2 r10  
    99                run("search:all:tagtypes"); 
    1010                 
    11                 $title = "Search"
     11                $title = gettext("Search")
    1212 
    1313                $body = run("content:profile:search"); 
     
    1515                 
    1616                $body = run("templates:draw", array( 
    17                                                 'context' => 'infobox', 
    18                                                 'name' => $title, 
    19                                                 'contents' => $body 
     17                                                'context' => 'contentholder', 
     18                                                'title' => $title, 
     19                                                'body' => $body 
    2020                                        ) 
    2121                                        );