Commit abaa6101c890adb98aa11457510b1686c4f8c621

Authored by Dima
1 parent 8a4e0e79

fix text "more" in page item

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 383 '<h2>'.$n['title'].'</h2>'.
384 384 '</a>'.
385 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 387 '</div>'.
388 388 '</div>';
389 389 }
... ...