Include our I18n framework.

This commit is contained in:
Andrew McMillan 2006-11-05 12:06:56 +13:00
parent dab9de848e
commit 45073075f9

View File

@ -19,7 +19,6 @@ $c->save_time_zone_defs = 1;
$c->stylesheets = array( "/rscds.css" );
$c->collections_always_exist = true;
// Kind of private configuration values
$c->total_query_time = 0;
@ -27,6 +26,11 @@ $c->dbg = array( );
require_once("AWLUtilities.php");
// Internationalisation framework
require_once("Translation.php");
init_gettext( 'rscds', '../locale' );
/**
* Calculate the simplest form of reference to this page, excluding the PATH_INFO following the script name.
*/