Skip to content

Commit

Permalink
[TASK] Adjust inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Mar 2, 2018
1 parent 1cab0b5 commit 917c58c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
die('Access denied.');
}

// Plugins
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'TYPO3.'.$_EXTKEY,
'Blogsystem',
Expand Down Expand Up @@ -107,7 +108,7 @@
);

if (TYPO3_MODE == 'BE') {
// add BE hooks
// Add BE hooks
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] =
'TYPO3\\T3extblog\\Hooks\\Tcemain';

Expand All @@ -123,11 +124,11 @@
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/realurl/class.tx_realurl_autoconfgen.php']['extensionConfiguration']['t3extblog'] =
'EXT:t3extblog/Classes/Hooks/RealUrl.php:TYPO3\\T3extblog\\Hooks\\RealUrl->extensionConfiguration';

// support for dd_googlesitemap
// Support for dd_googlesitemap
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['dd_googlesitemap']['sitemap']['t3extblog'] =
'TYPO3\\T3extblog\\Hooks\\Sitemap\\Generator->main';

// add cHash configuration
// Add cHash configuration
// See: http://forum.typo3.org/index.php?t=msg&th=203350
$requiredParameters = array(
'tx_t3extblog_blogsystem[action]',
Expand Down

0 comments on commit 917c58c

Please sign in to comment.