mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
30409c87da
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5666 709f56b5-9817-0410-a4d7-c38de5d9e867
7 lines
No EOL
248 B
PHP
7 lines
No EOL
248 B
PHP
<?php
|
|
if (!defined ('TYPO3_MODE')) die ('Access denied.');
|
|
|
|
// Register the edit panel view.
|
|
$TYPO3_CONF_VARS['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = 'EXT:feedit/view/class.tx_feedit_editpanel.php:tx_feedit_editpanel';
|
|
|
|
?>
|