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 @@ ...@@ -127,13 +127,12 @@
<div class="container"> <div class="container">
<div class="tx-sgnews-single-comments"> <div class="tx-sgnews-single-comments">
<div class="tx-sgnews-comments-inner"> <div class="tx-sgnews-comments-inner">
<f:cObject typoscriptObjectPath="lib.pwCommentsIndex" /> <f:cObject typoscriptObjectPath="lib.sgCommentsIndex" />
<hr> <hr />
<div class="tx-sgnews-single-comment-form"> <div class="tx-sgnews-single-comment-form">
<f:flashMessages renderMode="div" /> <f:flashMessages renderMode="div" />
<f:cObject typoscriptObjectPath="lib.pwCommentsNew" /> <f:cObject typoscriptObjectPath="lib.sgCommentsNew" />
</div> </div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -24,7 +24,7 @@ $EM_CONF[$_EXTKEY] = array( ...@@ -24,7 +24,7 @@ $EM_CONF[$_EXTKEY] = array(
'depends' => array( 'depends' => array(
'typo3' => '7.6.0-7.6.99', 'typo3' => '7.6.0-7.6.99',
'php' => '5.5.0-5.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-', 'rx_shariff' => '5.0.1-',
), ),
'conflicts' => array(), '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