Beispiel #1
0
" class="external-link"></a>
													<?php 
                    }
                    ?>
	
												<?php 
                }
                ?>
	
												
												<?php 
                /*Intro Text*/
                if ($links_show_intro) {
                    ?>
													<p class="ns2-introtext"><?php 
                    echo modNSSP2CommonHelper::cText($list[$i]->introtext, $links_intro_count, $links_intro_text_limit);
                    ?>
</p>															
												<?php 
                }
                ?>
							
												<?php 
                /*Virtuemart*/
                if ($links_show_price || $links_show_cart_button) {
                    ?>
													<div class="ns2-vm-bar">
														<?php 
                    /*Show Price*/
                    if ($links_show_price) {
                        ?>
Beispiel #2
0
													<?php if ($article_linked_image): ?>
<a href="<?php echo $list[$i]->image; ?>" class="zoom-in photo" data-title="Title 1"></a>
						<a href="<?php echo $list[$i]->link; ?>" class="external-link"></a>													
													<?php endif; ?>	
												<?php endif; ?>			
												
												<?php /*Ratings*/ if ($article_show_ratings): ?>
													<div class="ns2-rating">
														<div class="ns2-rating-bar">
															<div style="width:<?php echo $list[$i]->rating ?>%"></div>	
														</div>	
													</div>
												<?php endif; ?>

												<?php /*Introtext*/ if ($article_introtext): ?>
													<p class="ns2-introtext"><?php echo modNSSP2CommonHelper::cText($list[$i]->introtext, $article_count_intro_text, $article_intro_text_limit) ?></p>								
												<?php endif; ?>
												
												<div class="ns2-social">
													<?php /* Social Share */
														foreach (modNSSP2SocialHelper::icons($list[$i], $params) as $icon) {
															echo $icon;
														}
													?>
												</div>
												
												<?php /*Virtuemart*/ if ($art_show_price || $art_show_cart_button) : ?>
													<div class="ns2-vm-bar">
														<?php /*Show Price*/ if ($art_show_price) : ?>
															<p class="ns2-vm-price"><?php echo $list[$i]->price ?></p>
														<?php endif; ?>