Commit 5e94e7fec826cbb34d241ec6bdd1913b17401c2c

Authored by Alex Savenko
2 parents a9cdfe37 5b3c4bde

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/item.php
@@ -383,7 +383,7 @@ @@ -383,7 +383,7 @@
383 '<h2>'.$n['title'].'</h2>'. 383 '<h2>'.$n['title'].'</h2>'.
384 '</a>'. 384 '</a>'.
385 '<p>'.$this->common->shortenString( $n['abstract_info'], 230 ).'</p>'. 385 '<p>'.$this->common->shortenString( $n['abstract_info'], 230 ).'</p>'.
386 - '<a href="'.$this->seoUrl->setUrl($n['link']).'" title="'.$n['title'].'" class="news_more">Докладніше</a>'. 386 + '<a href="'.$this->seoUrl->setUrl($n['link']).'" title="'.$n['title'].'" class="news_more">'.$t->_("more").'</a>'.
387 '</div>'. 387 '</div>'.
388 '</div>'; 388 '</div>';
389 } 389 }