enable access to message strings

This commit is contained in:
Marc Delisle
2004-06-14 20:44:33 +00:00
parent 587566a89d
commit 63982bca0f
2 changed files with 28 additions and 20 deletions

15
open.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets some core libraries and displays a top message if required
*/
require_once('./libraries/grab_globals.lib.php');
require_once('./libraries/common.lib.php');
if (strstr($get,$cfg['ThemePath'])) {
$path_to_themes = './' . $cfg['ThemePath'] . '/';
}
if (@file_exists($get)) {
include_once($get);
}
?>