Changeset 10 for devel/profile/index.php
- Timestamp:
- 11/30/05 20:12:22 (3 years ago)
- Files:
-
- devel/profile/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/profile/index.php
r2 r10 7 7 8 8 run("profile:init"); 9 define("context", "profile"); 9 10 10 11 $title = run("profile:display:name"); … … 14 15 15 16 $body = run("templates:draw", array( 16 'context' => ' infobox',17 ' name' => $title,18 ' contents' => $body17 'context' => 'contentholder', 18 'title' => $title, 19 'body' => $body 19 20 ) 20 21 );
