Skip to content
Snippets Groups Projects
Commit def0b2db authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[FEATURE] Usage of sg_comments instead of pw_comments

parent febbbbb0
No related branches found
No related tags found
No related merge requests found
......@@ -127,13 +127,12 @@
<div class="container">
<div class="tx-sgnews-single-comments">
<div class="tx-sgnews-comments-inner">
<f:cObject typoscriptObjectPath="lib.pwCommentsIndex" />
<hr>
<f:cObject typoscriptObjectPath="lib.sgCommentsIndex" />
<hr />
<div class="tx-sgnews-single-comment-form">
<f:flashMessages renderMode="div" />
<f:cObject typoscriptObjectPath="lib.pwCommentsNew" />
<f:cObject typoscriptObjectPath="lib.sgCommentsNew" />
</div>
</div>
</div>
</div>
......
......@@ -24,7 +24,7 @@ $EM_CONF[$_EXTKEY] = array(
'depends' => array(
'typo3' => '7.6.0-7.6.99',
'php' => '5.5.0-5.6.99',
'pw_comments' => '3.0.0-3.9.99',
'sg_comments' => '1.0.0-',
'rx_shariff' => '5.0.1-',
),
'conflicts' => array(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment