Compare View

switch
from
...
to
 
Commits (2)
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 }