Changeset 659 for devel/home.php

Show
Ignore:
Timestamp:
10/21/06 20:56:09 (2 years ago)
Author:
misja
Message:

Taking gettext to a new level, see message <http://lists.elgg.org/pipermail/development/2006-October/000590.html>. In a nutshell: all gettext calls are replaced by gettext, revamped gettext handling plus some additional fixes.

Files:

Legend:

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

    r297 r659  
    1313                                      templates_draw(array( 
    1414                                                                  'body' => $body, 
    15                                                                   'title' => gettext("Main Index"), 
     15                                                                  'title' => __gettext("Main Index"), 
    1616                                                                  'context' => 'contentholder' 
    1717                                                                  )