Batflat的旋转木马语言CMS

问题描述:

我们只是试图用Batflat CMS来准备一个网站。 所以你可以在http://www.gastronomist.com.tr看到。 土耳其语中有一个Carousel滑块。 (添加{$ carousel.ana-​​sayfa滑块})Batflat的旋转木马语言CMS

{include: themes/".$settings.theme."/inc/header.html 
<!-- Header Carousel --> 
{$carousel.ana-sayfa-slider} 
<!-- Main Content --> 
<div class="container"> 
    <div class="row"> 
     <div class="col-lg-12 col-md-12"> 
      {if: $bat.notify} 
      <div id="notify" class="alert alert-{$bat.notify.type}">{$bat.notify.text}</div> 
      {/if} {$page.content} 
     </div> 
    </div> 
</div> 
{include: themes/".$settings.theme."/inc/footer.html} 

如何添加不同的旋转木马针对不同的语言?我检查了https://batflat.org/docs但它没有帮助。

也许你能帮助我。 谢谢。

好的,我意识到每页的设置都有模板部分。 某种类型的wordpress,可以自定义任何你想要的。