forked from Public/pics
SubTemplate: use SubTemplates for boxed content only
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
* Kabuki CMS (C) 2013-2015, Aaron van Geffen
|
||||
*****************************************************************************/
|
||||
|
||||
class AdminBar extends SubTemplate
|
||||
class AdminBar extends Template
|
||||
{
|
||||
private $extra_items = [];
|
||||
|
||||
protected function html_content()
|
||||
public function html_main()
|
||||
{
|
||||
echo '
|
||||
<div id="admin_bar">
|
||||
|
||||
Reference in New Issue
Block a user