Changeset 10 for devel/_invite/new_password.php
- Timestamp:
- 11/30/05 20:12:22 (3 years ago)
- Files:
-
- devel/_invite/new_password.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/_invite/new_password.php
r6 r10 8 8 run("invite:init"); 9 9 10 $title = "Get new " . sitename . " password";10 $title = sprintf(gettext("Get new %s password"), sitename); 11 11 12 12 $body .= run("invite:password:new"); 13 13 14 14 $body = run("templates:draw", array( 15 'context' => ' infobox',16 ' name' => $title,17 ' contents' => $body15 'context' => 'contentholder', 16 'title' => $title, 17 'body' => $body 18 18 ) 19 19 );
