feedit/view/class.tx_feedit_editpanel.php

8 lines
340 B
PHP
Raw Normal View History

<?php
/*
* @deprecated since 6.0, the classname tx_feedit_editpanel and this file is obsolete
* and will be removed by 7.0. The class was renamed and is now located at:
* typo3/sysext/feedit/Classes/FrontendEditPanel.php
*/
require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('feedit') . 'Classes/FrontendEditPanel.php';
?>