Subversion Repositories wpShopGermany4

Rev

Rev 6005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6005 Rev 6484
Line 5... Line 5...
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
9
<?php if (wpsg_isSizedArray($this->view['news'])) { ?>
9
<?php if (wpsg_isSizedArray($this->view['news'])) { ?>
10
 
10
 
11
	<br />
-
 
12
 
-
 
13
	<div class="wpsg_news_wrap">
11
	<div class="wpsg_news_wrap">
14
	
12
	
15
		<?php foreach ($this->view['news'] as $news) { ?>
13
		<?php foreach ($this->view['news'] as $news) { ?>
16
		<div class="wpsg_news <?php echo ((wpsg_news::isRead($news['id']))?'wpsg_news_read':''); ?>"> 
14
		<div class="wpsg_news <?php echo ((wpsg_news::isRead($news['id']))?'wpsg_news_read':''); ?>"> 
17
			
15