Commit 615bb63b06a7064a2c32bd566ae28767c856489e

Authored by Eugeny Galkovskiy
2 parents efd68c5d 25fc7a62

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/menu/profTips.php
... ... @@ -47,7 +47,7 @@
47 47 '</a>'.
48 48 '<p>'.$this->common->shortenString( $n['abstract_info'], 230 ).'</p>'.
49 49 '<p>'.date("d-m-Y", strtotime($n['publish_date'])).'</p>'.
50   - '<a href="'.$this->seoUrl->setUrl($n['link']).'" title="'.$n['title'].'" class="news_more">Докладніше</a>'.
  50 + '<a href="'.$this->seoUrl->setUrl($n['link']).'" title="'.$n['title'].'" class="news_more">'.$t->_("more").'</a>'.
51 51 '</div>'.
52 52 '</div>';
53 53 }
... ...