Jump to content

Moduł SmartBlog opis


Monkk

Recommended Posts

Witam,

miałem kiedyś podobny problem

1. odszukaj plik smartblog\controllers\front\details.php

około 50 wiersza jest

'content'=>$post['content'],

zamień na
'content_blog'=>$post['content'],


2. w pliku smartblog\views\templates\front\posts.tpl

odszukaj - około 23 wiersza

<div class="sdsarticle-des">
     {$content}
</div>


zmień na
<div class="sdsarticle-des">
     {$content_blog}
</div>


Pozdrawiam
 

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...