mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Include our I18n framework.
This commit is contained in:
parent
dab9de848e
commit
45073075f9
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user