Skip to content

Commit 32c7d01

Browse files
committed
Start search component. Will most likely be multiple commits.
1 parent 3570260 commit 32c7d01

3 files changed

Lines changed: 627 additions & 0 deletions

File tree

controller/main_controller.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ public function display($page)
5858
return $this->container->get('phpbbmodders.trackers.posting')->display();
5959
break;
6060

61+
case 'search':
62+
return $this->container->get('phpbbmodders.trackers.search')->display();
63+
break;
64+
6165
default:
6266
throw new \phpbb\exception\http_exception(404, $this->language->lang('NO_PAGE_MODE'));
6367
break;

0 commit comments

Comments
 (0)