diff --git a/providerwww/application/controllers/Profile.php b/providerwww/application/controllers/Profile.php new file mode 100644 index 0000000..faca37e --- /dev/null +++ b/providerwww/application/controllers/Profile.php @@ -0,0 +1,22 @@ +renderProviderSecurePage('profile/profile', $data); + } + + public function inbox() { + $data = array(); + $this->renderProviderSecurePage('profile/inbox', $data); + } + + public function setttings() { + $data = array(); + $this->renderProviderSecurePage('profile/setttings', $data); + } + +} diff --git a/providerwww/application/views/provider/profile/inbox.php b/providerwww/application/views/provider/profile/inbox.php new file mode 100644 index 0000000..e69de29 diff --git a/providerwww/application/views/provider/profile/profile.php b/providerwww/application/views/provider/profile/profile.php new file mode 100644 index 0000000..e69de29 diff --git a/providerwww/application/views/provider/profile/settings.php b/providerwww/application/views/provider/profile/settings.php new file mode 100644 index 0000000..e69de29