forked from Public/pics
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 PhotoPage extends SubTemplate
|
||||
class PhotoPage extends Template
|
||||
{
|
||||
protected $photo;
|
||||
private $exif;
|
||||
@@ -34,7 +34,7 @@ class PhotoPage extends SubTemplate
|
||||
$this->is_asset_owner = $flag;
|
||||
}
|
||||
|
||||
protected function html_content()
|
||||
public function html_main()
|
||||
{
|
||||
$this->photoNav();
|
||||
$this->photo();
|
||||
|
||||
Reference in New Issue
Block a user