| Current Path : /home/digilove/www/110/installation/framework/document/ |
| Current File : /home/digilove/www/110/installation/framework/document/html.php |
<?php
/**
* ANGIE - The site restoration script for backup archives created by Akeeba Backup and Akeeba Solo
*
* @package angie
* @copyright Copyright (c)2009-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
defined('_AKEEBA') or die();
class ADocumentHtml extends ADocument
{
public function render()
{
$template = $this->container->application->getTemplate();
$templatePath = APATH_THEMES . '/' . $template;
include $templatePath . '/index.php';
}
}