Changeset 614

Show
Ignore:
Timestamp:
10/04/06 09:15:00 (2 years ago)
Author:
ben
Message:

The front page now has a bit more space for people to create their own layouts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/index.php

    r610 r614  
    1919    echo templates_page_draw( array( 
    2020                    $CFG->sitename, 
    21                     templates_draw(array( 
    22                                                     'body' => $body, 
    23                                                     'title' => gettext("Main Index"), 
    24                                                     'context' => 'contentholder' 
    25                                                 ) 
    26                                                 ) 
     21                    $body 
    2722            ) 
    2823            );