forked from tonik/theme
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearchform.php
More file actions
Latest commit
22 lines (18 loc) · 490 Bytes
/
Copy pathsearchform.php
File metadata and controls
22 lines (18 loc) · 490 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
namespaceTonik\Theme\Searchform;
/*
|------------------------------------------------------------------
| Searchform Controller
|------------------------------------------------------------------
|
| The template controller for displaying search form markup.
| It is displayed when website posts was not found.
|
*/
usefunctionTonik\Theme\App\template;
/**
* Renders search form.
*
* @see resources/templates/partials/searchform.tpl.php
*/
template('partials/searchform');