cedric 3 лет назад
Родитель
Сommit
6a91c49ed1
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      views/templates/front/single.tpl

+ 3 - 3
views/templates/front/single.tpl

@@ -82,15 +82,15 @@
 				</article>
 			</div>
 		</div>
-		{include file="module:chselection/views/templates/front/custom-nav.tpl"}
+		{include file="module:chcreateur/views/templates/front/custom-nav.tpl"}
 	</section>
 {*
 {if ($chpost.comment_status == 'open') || ($chpost.comment_status == 'close')}
-	{include file="module:chselection/views/templates/front/comment-list.tpl"}
+	{include file="module:chcreateur/views/templates/front/comment-list.tpl"}
 {/if}
 {if (isset($disable_blog_com) && $disable_blog_com == 1) && ($chpost.comment_status == 'open')}
 	
-	{include file="module:chselection/views/templates/front/comment.tpl"}
+	{include file="module:chcreateur/views/templates/front/comment.tpl"}
 {/if}
 *}