Changeset 10 for devel/profile/edit.php
- Timestamp:
- 11/30/05 20:12:22 (3 years ago)
- Files:
-
- devel/profile/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/profile/edit.php
r8 r10 7 7 8 8 run("profile:init"); 9 9 define("context", "profile"); 10 10 11 protect(1); 11 12 12 13 global $page_owner; 13 14 14 $title = run("users:display:name", $page_owner) . " :: Edit profile";15 $title = run("users:display:name", $page_owner) . " :: ". gettext("Edit profile") .""; 15 16 16 17 $body = run("content:profile:edit"); … … 18 19 19 20 $body = run("templates:draw", array( 20 'context' => ' infobox',21 ' name' => $title,22 ' contents' => $body21 'context' => 'contentholder', 22 'title' => $title, 23 'body' => $body 23 24 ) 24 25 );
