summaryrefslogtreecommitdiff
path: root/src/web/_controller/projects.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_controller/projects.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_controller/projects.php b/src/web/_controller/projects.php
index cfa28b5..fea4664 100644
--- a/src/web/_controller/projects.php
+++ b/src/web/_controller/projects.php
@@ -14,7 +14,7 @@ class Projects_controller extends Controller {
$data = $this->projects_model->get_data();
$this->view('header', $data);
- $this->view('apps/projects', $data);
+ $this->view('projects/main', $data);
$this->view('footer', $data);
}