SubTemplate: use SubTemplates for boxed content only
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* Kabuki CMS (C) 2013-2015, Aaron van Geffen
|
||||
*****************************************************************************/
|
||||
|
||||
class AlbumIndex extends SubTemplate
|
||||
class AlbumIndex extends Template
|
||||
{
|
||||
protected $albums;
|
||||
protected $show_edit_buttons;
|
||||
@@ -23,7 +23,7 @@ class AlbumIndex extends SubTemplate
|
||||
$this->show_labels = $show_labels;
|
||||
}
|
||||
|
||||
protected function html_content()
|
||||
public function html_main()
|
||||
{
|
||||
echo '
|
||||
<div class="tiled_grid clearfix">';
|
||||
|
||||
Reference in New Issue
Block a user