10 lines
269 B
PHP
Executable File
10 lines
269 B
PHP
Executable File
<?php
|
|
namespace VanillaThunder\TinyMCE\Application\Controller\Admin;
|
|
|
|
use OxidEsales\Eshop\Core\Registry;
|
|
|
|
class TinyFileManager extends \OxidEsales\Eshop\Application\Controller\Admin\AdminController
|
|
{
|
|
protected $_sThisTemplate = "tiny/filemanager.tpl";
|
|
|
|
} |