Changeset 10 for devel/index.php
- Timestamp:
- 11/30/05 20:12:22 (3 years ago)
- Files:
-
- devel/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/index.php
r4 r10 3 3 require("includes.php"); 4 4 5 if (logged_on) { 6 $body = run("content:mainindex"); 7 } else { 8 $body = run("content:mainindex:loggedout"); 9 } 10 5 11 echo run("templates:draw:page", array( 6 12 sitename, 7 13 run("templates:draw", array( 8 ' contents' => run("content:mainindex"),9 ' name' => "Main Index",10 'context' => ' infobox'14 'body' => $body, 15 'title' => "Main Index", 16 'context' => 'contentholder' 11 17 ) 12 18 )
