Changeset 614
- Timestamp:
- 10/04/06 09:15:00 (2 years ago)
- Files:
-
- devel/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/index.php
r610 r614 19 19 echo templates_page_draw( array( 20 20 $CFG->sitename, 21 templates_draw(array( 22 'body' => $body, 23 'title' => gettext("Main Index"), 24 'context' => 'contentholder' 25 ) 26 ) 21 $body 27 22 ) 28 23 );
