Commit 615bb63b06a7064a2c32bd566ae28767c856489e
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,7 +47,7 @@ | ||
47 | '</a>'. | 47 | '</a>'. |
48 | '<p>'.$this->common->shortenString( $n['abstract_info'], 230 ).'</p>'. | 48 | '<p>'.$this->common->shortenString( $n['abstract_info'], 230 ).'</p>'. |
49 | '<p>'.date("d-m-Y", strtotime($n['publish_date'])).'</p>'. | 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 | '</div>'. | 51 | '</div>'. |
52 | '</div>'; | 52 | '</div>'; |
53 | } | 53 | } |