Преглед на файлове

correction chemin dans tpl

cedric преди 3 години
родител
ревизия
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}
 *}