enable access to message strings
This commit is contained in:
15
open.php
Normal file
15
open.php
Normal 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);
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user