forked from tonik/theme
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar.php
More file actions
Latest commit
22 lines (18 loc) · 469 Bytes
/
Copy pathsidebar.php
File metadata and controls
22 lines (18 loc) · 469 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\Sidebar;
/*
|------------------------------------------------------------------
| Sidebar Controller
|------------------------------------------------------------------
|
| The template controller for displaying website sidebar,
| i.e. area where you can assign various widgets.
|
*/
usefunctionTonik\Theme\App\template;
/**
* Renders sidebar.
*
* @see resources/templates/partials/sidebar.tpl.php
*/
template('partials/sidebar');