SubTemplate: use SubTemplates for boxed content only
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* Kabuki CMS (C) 2013-2016, Aaron van Geffen
|
||||
*****************************************************************************/
|
||||
|
||||
class AlbumHeaderBox extends SubTemplate
|
||||
class AlbumHeaderBox extends Template
|
||||
{
|
||||
private $back_link_title;
|
||||
private $back_link;
|
||||
@@ -21,7 +21,7 @@ class AlbumHeaderBox extends SubTemplate
|
||||
$this->back_link_title = $back_link_title;
|
||||
}
|
||||
|
||||
protected function html_content()
|
||||
public function html_main()
|
||||
{
|
||||
echo '
|
||||
<div class="album_title_box">
|
||||
|
||||
Reference in New Issue
Block a user