Commit 25fc7a629fca8452754d8456ad5cedc960f8f44f

Authored by Alex Savenko
1 parent 9568a100

profTips lang fix

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 }