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/_invite/new_password.php

    r6 r10  
    88                run("invite:init"); 
    99                 
    10                 $title = "Get new " . sitename . " password"
     10                $title = sprintf(gettext("Get new %s password"), sitename)
    1111                 
    1212                $body .= run("invite:password:new"); 
    1313                 
    1414                $body = run("templates:draw", array( 
    15                                                 'context' => 'infobox', 
    16                                                 'name' => $title, 
    17                                                 'contents' => $body 
     15                                                'context' => 'contentholder', 
     16                                                'title' => $title, 
     17                                                'body' => $body 
    1818                                        ) 
    1919                                        );