You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
607 B

<ul>
<?php $_from = $this->_var['articles']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }; $this->push_vars('', 'article_item');if (count($_from)):
foreach ($_from AS $this->_var['article_item']):
?>
<li><a href="<?php echo $this->_var['article_item']['url']; ?>" target="_blank" title="<?php echo htmlspecialchars($this->_var['article_item']['title']); ?>"><?php echo $this->_var['article_item']['short_title']; ?></a>&nbsp;[<?php echo $this->_var['article_item']['add_time']; ?>]</li>
<?php endforeach; endif; unset($_from); ?><?php $this->pop_vars();; ?>
</ul>