From 19985dbb8c0aa66dc4bf7905abc1148de909097d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 11 Jan 2022 12:35:47 +0100 Subject: prvi-commit --- frontend/install/index.php | 63 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 frontend/install/index.php (limited to 'frontend/install/index.php') diff --git a/frontend/install/index.php b/frontend/install/index.php new file mode 100644 index 0000000..cfb5033 --- /dev/null +++ b/frontend/install/index.php @@ -0,0 +1,63 @@ +'; + echo ''; + + + /********** HEAD **********/ + echo ''; + $display->displayHead(); + echo ''; + /********** HEAD - END **********/ + + + /********** BODY **********/ + echo ''; + + echo '
'; + + + // Glava + echo '
'; + $display->displayHeader(); + echo '
'; + + + // Vsebina strani + echo '
'; + $display->displayMain(); + echo '
'; + + + // Footer + echo ''; + + + echo '
'; + + echo ''; + /********** BODY - END **********/ + + + echo ''; +?> \ No newline at end of file -- cgit v1.2.3