diff --git a/public_html/index.php b/public_html/index.php index 49d1be4..40a7c0f 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -107,6 +107,7 @@ if (in_array($page, $allowed_urls)) { include 'templates/page-header.php'; include 'templates/page-menu.php'; include 'templates/block-message.php'; + include 'templates/page-sidebar.php'; include "pages/{$page}.php"; } diff --git a/public_html/templates/page-footer.php b/public_html/templates/page-footer.php index f89eb04..d8fb647 100644 --- a/public_html/templates/page-footer.php +++ b/public_html/templates/page-footer.php @@ -1,5 +1,10 @@ + + + + + diff --git a/public_html/templates/page-header.php b/public_html/templates/page-header.php index a846733..0855ccd 100644 --- a/public_html/templates/page-header.php +++ b/public_html/templates/page-header.php @@ -5,9 +5,9 @@ - - - + + + Jilo Web diff --git a/public_html/templates/page-menu.php b/public_html/templates/page-menu.php index b165ab5..ecc3e3c 100644 --- a/public_html/templates/page-menu.php +++ b/public_html/templates/page-menu.php @@ -1,22 +1,24 @@ - + + + diff --git a/public_html/templates/page-sidebar.php b/public_html/templates/page-sidebar.php new file mode 100644 index 0000000..d54dfb2 --- /dev/null +++ b/public_html/templates/page-sidebar.php @@ -0,0 +1,22 @@ +
+ + +
+ + +
+ + +
+ +