diff --git a/config.php b/config.php index 5675419..ea6d6f6 100644 --- a/config.php +++ b/config.php @@ -1,7 +1,7 @@ uVote, © WebCraft Media 2013'), - + array(\SYSTEM\CONFIG\config_ids::SYS_SAI_CONFIG_NAVIMG, '/web/system/sai/page/img/logo.png'),//not working, cuz paths are not set yet! \SYSTEM\WEBPATH(new \SYSTEM\PSAI(),'page/default_page/img/logo.png')), + array(\SYSTEM\CONFIG\config_ids::SYS_SAI_CONFIG_BASEURL, 'http://www.u-vote.eu/sai.php?'), + array(\SYSTEM\CONFIG\config_ids::SYS_SAI_CONFIG_TITLE, 'mojotrollz - Admin Area'), + array(\SYSTEM\CONFIG\config_ids::SYS_SAI_CONFIG_COPYRIGHT, 'uVote, © WebCraft Media 2013'), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_LANGS, array('deDE', 'enUS')), array(\SYSTEM\CONFIG\config_ids::SYS_CONFIG_DEFAULT_LANG, 'deDE')); \ No newline at end of file diff --git a/system b/system new file mode 160000 index 0000000..c61ed75 --- /dev/null +++ b/system @@ -0,0 +1 @@ +Subproject commit c61ed753e0b7150c61852ea7e470676153f8654b diff --git a/uVote/autoload.inc.php b/uVote/autoload.inc.php index 97a9de5..3aa2250 100644 --- a/uVote/autoload.inc.php +++ b/uVote/autoload.inc.php @@ -4,5 +4,5 @@ require_once dirname(__FILE__).'/path/register_path_classes.php'; require_once dirname(__FILE__).'/page/register_page_classes.php'; require_once dirname(__FILE__).'/dbd/autoload.inc.php'; -require_once dirname(__FILE__).'/img/autoload.inc.php'; +require_once dirname(__FILE__).'/files/autoload.inc.php'; require_once dirname(__FILE__).'/api/autoload.inc.php'; \ No newline at end of file diff --git a/uVote/files/autoload.inc.php b/uVote/files/autoload.inc.php new file mode 100644 index 0000000..d5d86c0 --- /dev/null +++ b/uVote/files/autoload.inc.php @@ -0,0 +1,4 @@ +