forked from tonik/theme
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
Latest commit
22 lines (18 loc) · 475 Bytes
/
Copy pathheader.php
File metadata and controls
22 lines (18 loc) · 475 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\Header;
/*
|------------------------------------------------------------------
| Header Controller
|------------------------------------------------------------------
|
| Controller for outputting layout's opening markup. Template
| rendered here should include `wp_head()` function call.
|
*/
usefunctionTonik\Theme\App\template;
/**
* Renders layout's head.
*
* @see resources/templates/layout/head.tpl.php
*/
template('layout/head');