oms-Media/Theme/Backend/Components/Media/powerpoint.tpl.php

21 lines
386 B
PHP
Executable File

<?php
/**
* Karaka
*
* PHP Version 8.1
*
* @package Template
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
use phpOMS\Autoloader;
use phpOMS\Uri\UriFactory;
use phpOMS\Utils\Parser\Presentation\PresentationParser;
Autoloader::addPath(__DIR__ . '/../../../../../../Resources/');
?>