diff --git a/css/bg.png b/css/bg.png deleted file mode 100644 index 95907f6..0000000 Binary files a/css/bg.png and /dev/null differ diff --git a/css/logo.png b/css/logo.png deleted file mode 100644 index fabe842..0000000 Binary files a/css/logo.png and /dev/null differ diff --git a/css/special.css b/css/special.css deleted file mode 100644 index 442b06a..0000000 --- a/css/special.css +++ /dev/null @@ -1,83 +0,0 @@ -.Banner -{ - -} - -.logo -{ - width: 100%; - text-align: center; - margin-bottom: 20px; -} - -.container#texts -{ - background: white; -} - -#logo -{ - width: 180px; - float: left; - background: url(css/logo.png); - height: 65px; -} -.span4 -{ - padding: 5px; - /* - border-left: 1px solid #DDDDDD; - border-top: 1px solid #DDDDDD; - */ - border: 1px solid #DDDDDD; - background: #EFEFEF; - margin-bottom: 15px; - margin-top: 15px; -} - -.span4 -{ - padding: 5px; - /* - border-left: 1px solid #DDDDDD; - border-top: 1px solid #DDDDDD; - */ - border: 1px solid #DDDDDD; - background: #FEFEFE; -} - -.span12 -{ - padding: 5px; - /* - border-left: 1px solid #DDDDDD; - border-top: 1px solid #DDDDDD; - */ - border: 1px solid #DDDDDD; - background: #EFEFEF; -} - -.span12#bot -{ - padding: 5px; - /* - border-left: 1px solid #DDDDDD; - border-top: 1px solid #DDDDDD; - */ - border: 1px solid #DDDDDD; - background: #FEFEFE; -} -#wrap -{ - padding-top: 60px; -} -.navbar -{ - background: #212121; - color: #EFEFEF; -} - -.row-fluid -{ - -} \ No newline at end of file diff --git a/danube/autoload.inc.php b/danube/autoload.inc.php index 5edfe8b..2e9a29e 100644 --- a/danube/autoload.inc.php +++ b/danube/autoload.inc.php @@ -2,4 +2,5 @@ //keep this require_once dirname(__FILE__).'/path/register_path_classes.php'; -require_once dirname(__FILE__).'/page/register_page_classes.php'; \ No newline at end of file +require_once dirname(__FILE__).'/page/register_page_classes.php'; +require_once dirname(__FILE__).'/dbd/autoload.inc.php'; \ No newline at end of file diff --git a/dbd/autoload.inc.php b/danube/dbd/autoload.inc.php similarity index 85% rename from dbd/autoload.inc.php rename to danube/dbd/autoload.inc.php index 4d94296..d87380a 100644 --- a/dbd/autoload.inc.php +++ b/danube/dbd/autoload.inc.php @@ -4,7 +4,6 @@ $autoload = SYSTEM\autoload::getInstance(); $autoload->registerFolder(dirname(__FILE__).'/db/','DBD'); $autoload->registerFolder(dirname(__FILE__).'/tbl/','DBD'); -$autoload->registerFolder(dirname(__FILE__).'/tbl/system/','DBD\SYSTEM'); //$autoload->registerFolder(dirname(__FILE__).'/tbl/definitions/','DBD\DEFINITIONS'); //$autoload->registerFolder(dirname(__FILE__).'/tbl/data/','DBD\DATA'); //$autoload->registerFolder(dirname(__FILE__).'/tbl/data_processed/','DBD\DATA_PROCESSED'); \ No newline at end of file diff --git a/dbd/db/unet.php b/danube/dbd/db/unet.php similarity index 100% rename from dbd/db/unet.php rename to danube/dbd/db/unet.php diff --git a/dbd/tbl/locale_string.php b/danube/dbd/tbl/locale_string.php similarity index 100% rename from dbd/tbl/locale_string.php rename to danube/dbd/tbl/locale_string.php diff --git a/danube/page/PageApi.php b/danube/page/PageApi.php index 0f95ea5..e446c0f 100644 --- a/danube/page/PageApi.php +++ b/danube/page/PageApi.php @@ -23,11 +23,11 @@ class PageApi extends \SYSTEM\PAGE\PageClass { } public static function action_prices(){ - return new prices(); + return new default_prices(); } public static function action_contact(){ - return new contact(); + return new default_contact(); } public static function action_pic(){ diff --git a/danube/page/contact/contact.php b/danube/page/contact/contact.php deleted file mode 100644 index 9774854..0000000 --- a/danube/page/contact/contact.php +++ /dev/null @@ -1,12 +0,0 @@ -