diff --git a/index.php b/index.php
index bafe4c4..9cc71ff 100755
--- a/index.php
+++ b/index.php
@@ -1,15 +1,7 @@
-
- require_once 'site-header.php';
+
-
-
- echo '';
-
-
-
- require_once 'site-footer.php';
-
-?>
+
\ No newline at end of file
diff --git a/page-errors.php b/page-errors.php
index dfc1ad3..7943ee3 100755
--- a/page-errors.php
+++ b/page-errors.php
@@ -1,19 +1,11 @@
+
-
- echo '';
- echo $get_error;
- echo '';
-
-
-
- require_once 'site-footer.php';
-
-?>
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site-config.php b/site-config.php
index 258e684..ccc8ba9 100755
--- a/site-config.php
+++ b/site-config.php
@@ -4,7 +4,7 @@
$site_protocol = 'https';
$site_domain = null;
$site_subdomain = null;
- $site_url = $site_protocol.'://'.(empty($site_subdomain) ? null : $site_subdomain.'.') . $site_domain;
+ $site_url = (empty($site_domain) ? null : $site_protocol.'://'.(empty($site_subdomain) ? null : $site_subdomain.'.') . $site_domain);
$site_url_current = sprintf(
'%s://%s/%s',
isset($_SERVER['HTTPS']) ? 'https' : 'http',
diff --git a/site-footer.php b/site-footer.php
index ce0ff7e..0cd42f2 100755
--- a/site-footer.php
+++ b/site-footer.php
@@ -1,17 +1,5 @@
-
+
- echo '';
- echo '';
-
-
-
- echo '