if ( $article['picture_id'] && $article['picture_active'] && config::item('cover_picture_show', 'news') ): ?>
view::load('news/elements/picture', array('article' => array_merge($article, array('picture_url' => true)))); ?>
endif; ?>
Herzlich Willkommen, Schalom, wir freuen uns, dass Du den Weg auf unsere Seite gefunden hast. Wir wünschen Dir eine gute Zeit auf Jew-Friends.eu. Dein Jew-Friends.eu Team
if ( count($fields) > 4 ): ?>
view::load('system/elements/field/grid', array('fields' => $fields, 'data' => $article, 'skip' => array('title', 'body', 'meta_title', 'meta_description'))); ?>
endif; ?>
if ( config::item('share_active', 'system') && config::item('share_code_html', 'system') && config::item('news_share_active', 'news') ): ?>
view::load('system/elements/share'); ?>
endif; ?>
4 Ноя, 2018
if ( config::item('news_rating', 'news') == 'stars' && $article['votes'] ): ?>
view::load('comments/vote', array('resource' => 'news', 'itemID' => $article['article_id'], 'votes' => $article['total_votes'], 'score' => $article['total_score'], 'rating' => $article['total_rating'], 'voted' => $article['rating']['score'], 'date' => $article['rating']['post_date'])); ?>
endif; ?>
if ( config::item('news_rating', 'news') == 'likes' && $article['likes'] ): ?>
view::load('comments/like', array('resource' => 'news', 'itemID' => $article['article_id'], 'likes' => $article['total_likes'], 'liked' => $article['rating']['post_date'], 'date' => $article['rating']['post_date'])); ?>
endif; ?>
if ( config::item('news_views', 'news') ): ?>
if ( $article['total_views'] > 0 ): ?>
2264 просмотров else: ?>
Нет просмотров endif; ?>
endif; ?>
if ( session::permission('comments_view', 'comments') && config::item('news_comments', 'news') && $article['comments'] ): ?>
loader::helper('comments/comments'); ?>
comments_helper::getComments('news', 0, 0, $article['article_id'], $article['total_comments'], $article['comments']); ?>
endif; ?>
view::load('footer');