diff --git a/.idea/php.xml b/.idea/php.xml
index a85fe78..57a5904 100644
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -10,7 +10,7 @@
-
+
diff --git a/MVCtemplate-23-24/.idea/.gitignore b/MVCtemplate-23-24/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/MVCtemplate-23-24/.idea/.name b/MVCtemplate-23-24/.idea/.name
new file mode 100644
index 0000000..4eebc8d
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/.name
@@ -0,0 +1 @@
+MVCtemplate
\ No newline at end of file
diff --git a/MVCtemplate-23-24/.idea/MVCtemplate.iml b/MVCtemplate-23-24/.idea/MVCtemplate.iml
new file mode 100644
index 0000000..6b8184f
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/MVCtemplate.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/MVCtemplate-23-24/.idea/deployment.xml b/MVCtemplate-23-24/.idea/deployment.xml
new file mode 100644
index 0000000..f80f8c8
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/deployment.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MVCtemplate-23-24/.idea/encodings.xml b/MVCtemplate-23-24/.idea/encodings.xml
new file mode 100644
index 0000000..e206d70
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/encodings.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/MVCtemplate-23-24/.idea/misc.xml b/MVCtemplate-23-24/.idea/misc.xml
new file mode 100644
index 0000000..1162f43
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/misc.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/MVCtemplate-23-24/.idea/modules.xml b/MVCtemplate-23-24/.idea/modules.xml
new file mode 100644
index 0000000..7dd4e10
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/modules.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/MVCtemplate-23-24/.idea/php.xml b/MVCtemplate-23-24/.idea/php.xml
new file mode 100644
index 0000000..e31af55
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/php.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/MVCtemplate-23-24/.idea/scopes/scope_settings.xml b/MVCtemplate-23-24/.idea/scopes/scope_settings.xml
new file mode 100644
index 0000000..922003b
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/scopes/scope_settings.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/MVCtemplate-23-24/.idea/vcs.xml b/MVCtemplate-23-24/.idea/vcs.xml
new file mode 100644
index 0000000..def6a6a
--- /dev/null
+++ b/MVCtemplate-23-24/.idea/vcs.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/MVCtemplate-23-24/Views/index.phtml b/MVCtemplate-23-24/Views/index.phtml
new file mode 100644
index 0000000..61a5afe
--- /dev/null
+++ b/MVCtemplate-23-24/Views/index.phtml
@@ -0,0 +1,11 @@
+
+
+
Welcome to the web-site
+
+
A template for web-site development using the Model-View-Controller design pattern and Bootstrap.
+
The Views/template directory contains a header.phtml and a footer.phtml which should be included on every new page generated.
+ To add additional pages just edit the file header.phtml to add the extra link and then add a new Controller (pageN.php) and a new View (pageN.phtml), for each page required.
+
The Model code files are placed in the Models directory.
+
Do not change any of the css files in the css> directory!